sram.yaml (de4fb176622d54a82ea3ceb7362392aaf5ff0b5a) sram.yaml (27e4a85cf79b74650b0c60541fc989af7954ba62)
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sram/sram.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Generic on-chip SRAM
8

--- 122 unchanged lines hidden (view full) ---

131
132 additionalProperties: false
133
134required:
135 - compatible
136 - reg
137
138if:
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sram/sram.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Generic on-chip SRAM
8

--- 122 unchanged lines hidden (view full) ---

131
132 additionalProperties: false
133
134required:
135 - compatible
136 - reg
137
138if:
139 properties:
140 compatible:
141 contains:
142 enum:
143 - qcom,rpm-msg-ram
144 - rockchip,rk3288-pmu-sram
145
146else:
139 not:
140 properties:
141 compatible:
142 contains:
143 enum:
144 - qcom,rpm-msg-ram
145 - rockchip,rk3288-pmu-sram
146then:
147 required:
148 - "#address-cells"
149 - "#size-cells"
150 - ranges
151
152additionalProperties: false
153
154examples:

--- 145 unchanged lines hidden ---
147 required:
148 - "#address-cells"
149 - "#size-cells"
150 - ranges
151
152additionalProperties: false
153
154examples:

--- 145 unchanged lines hidden ---