aboutsummaryrefslogtreecommitdiff
path: root/Bindings/arm/qcom.yaml
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-01-17 18:02:46 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-01-17 18:02:46 +0000
commite7ffa3b5ce04742455c6bd4d8af0fdedd9978c77 (patch)
tree00f0a6a5534c77e47d45ac027f539aaf94dea5a8 /Bindings/arm/qcom.yaml
parent5ee353c36d3c9c7f63df7c7671875e73fba70958 (diff)
downloadsrc-e7ffa3b5ce04742455c6bd4d8af0fdedd9978c77.tar.gz
src-e7ffa3b5ce04742455c6bd4d8af0fdedd9978c77.zip
Import devicetree files from Linux 5.10vendor/device-tree/5.10
Diffstat (limited to 'Bindings/arm/qcom.yaml')
-rw-r--r--Bindings/arm/qcom.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Bindings/arm/qcom.yaml b/Bindings/arm/qcom.yaml
index 6031aee0f5a8..c97d4a580f47 100644
--- a/Bindings/arm/qcom.yaml
+++ b/Bindings/arm/qcom.yaml
@@ -40,6 +40,7 @@ description: |
sdm630
sdm660
sdm845
+ sm8250
The 'board' element must be one of the following strings:
@@ -47,6 +48,8 @@ description: |
cp01-c1
dragonboard
hk01
+ hk10-c1
+ hk10-c2
idp
liquid
mtp
@@ -73,6 +76,8 @@ description: |
foundry 2.
properties:
+ $nodename:
+ const: "/"
compatible:
oneOf:
- items:
@@ -148,6 +153,8 @@ properties:
- items:
- enum:
- qcom,ipq8074-hk01
+ - qcom,ipq8074-hk10-c1
+ - qcom,ipq8074-hk10-c2
- const: qcom,ipq8074
- items:
@@ -165,4 +172,12 @@ properties:
- qcom,ipq6018-cp01-c1
- const: qcom,ipq6018
+ - items:
+ - enum:
+ - qcom,qrb5165-rb5
+ - qcom,sm8250-mtp
+ - const: qcom,sm8250
+
+additionalProperties: true
+
...