grf.yaml (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) | grf.yaml (7224aefbdf66280880b0fd90c516bb968232ed2c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/soc/rockchip/grf.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Rockchip General Register Files (GRF) 8 --- 38 unchanged lines hidden (view full) --- 47 - rockchip,rk3328-grf 48 - rockchip,rk3328-usb2phy-grf 49 - rockchip,rk3368-grf 50 - rockchip,rk3368-pmugrf 51 - rockchip,rk3399-grf 52 - rockchip,rk3399-pmugrf 53 - rockchip,rk3568-grf 54 - rockchip,rk3568-pmugrf | 1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/soc/rockchip/grf.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Rockchip General Register Files (GRF) 8 --- 38 unchanged lines hidden (view full) --- 47 - rockchip,rk3328-grf 48 - rockchip,rk3328-usb2phy-grf 49 - rockchip,rk3368-grf 50 - rockchip,rk3368-pmugrf 51 - rockchip,rk3399-grf 52 - rockchip,rk3399-pmugrf 53 - rockchip,rk3568-grf 54 - rockchip,rk3568-pmugrf |
55 - rockchip,rk3588-usb2phy-grf |
|
55 - rockchip,rv1108-grf 56 - rockchip,rv1108-pmugrf 57 - rockchip,rv1126-grf 58 - rockchip,rv1126-pmugrf 59 - const: syscon 60 - const: simple-mfd 61 62 reg: --- 12 unchanged lines hidden (view full) --- 75additionalProperties: 76 type: object 77 78allOf: 79 - if: 80 properties: 81 compatible: 82 contains: | 56 - rockchip,rv1108-grf 57 - rockchip,rv1108-pmugrf 58 - rockchip,rv1126-grf 59 - rockchip,rv1126-pmugrf 60 - const: syscon 61 - const: simple-mfd 62 63 reg: --- 12 unchanged lines hidden (view full) --- 76additionalProperties: 77 type: object 78 79allOf: 80 - if: 81 properties: 82 compatible: 83 contains: |
83 const: rockchip,px30-grf | 84 enum: 85 - rockchip,px30-grf |
84 85 then: 86 properties: 87 lvds: | 86 87 then: 88 properties: 89 lvds: |
88 description: 89 Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt | 90 type: object |
90 | 91 |
92 $ref: /schemas/display/rockchip/rockchip,lvds.yaml# 93 94 unevaluatedProperties: false 95 |
|
91 - if: 92 properties: 93 compatible: 94 contains: 95 const: rockchip,rk3288-grf 96 97 then: 98 properties: --- 91 unchanged lines hidden (view full) --- 190 contains: 191 enum: 192 - rockchip,px30-usb2phy-grf 193 - rockchip,rk3128-grf 194 - rockchip,rk3228-grf 195 - rockchip,rk3308-usb2phy-grf 196 - rockchip,rk3328-usb2phy-grf 197 - rockchip,rk3399-grf | 96 - if: 97 properties: 98 compatible: 99 contains: 100 const: rockchip,rk3288-grf 101 102 then: 103 properties: --- 91 unchanged lines hidden (view full) --- 195 contains: 196 enum: 197 - rockchip,px30-usb2phy-grf 198 - rockchip,rk3128-grf 199 - rockchip,rk3228-grf 200 - rockchip,rk3308-usb2phy-grf 201 - rockchip,rk3328-usb2phy-grf 202 - rockchip,rk3399-grf |
203 - rockchip,rk3588-usb2phy-grf |
|
198 - rockchip,rv1108-grf 199 200 then: 201 required: 202 - "#address-cells" 203 - "#size-cells" 204 205 patternProperties: --- 80 unchanged lines hidden --- | 204 - rockchip,rv1108-grf 205 206 then: 207 required: 208 - "#address-cells" 209 - "#size-cells" 210 211 patternProperties: --- 80 unchanged lines hidden --- |