Lines Matching +full:vendor +full:- +full:specific
12 - "okay" means the resource is operational and, for example,
14 - "disabled" means the resource is not operational and the system
19 - "ok" # Deprecated form
20 - "okay"
21 - "disabled"
22 - "reserved"
23 - "fail"
24 - "fail-sss"
27 type: string-array
32 represents. Each device driver checks for specific compatible
36 The recommended format is "vendor,device", The "vendor" part is
37 an abbreviated name of the vendor. The "device" is usually from
41 most- to least-specific. Having additional values is useful when the
42 device is a specific instance of a more general family, to allow the
43 system to match the most specific driver available.
50 Information used to address the device. The value is specific to
60 reg-names:
61 type: string-array
68 #address-cells = <1>;
69 #size-cells = <1>;
73 reg-names = "foo", "bar";
80 - one with base address 0x1000, size 0x2000, and name "foo"
81 - another with base address 0x3000, size 0x4000, and name "bar"
89 "interrupt-parent" will use the same format in their interrupts properties.
94 # Does not follow the 'type: phandle-array' scheme, but gets type-checked
97 interrupts-extended:
106 interrupt-names:
107 type: string-array
111 "interrupts-extended" properties.
116 interrupt-parent:
131 deprecated except as needed on a case-by-case basis.
137 type: phandle-array
140 should follow conventions established in the dt-schema binding:
142 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
144 clock-names:
145 type: string-array
149 "#address-cells":
155 For details, see "2.3.5 #address-cells and #size-cells" in Devicetree
158 "#size-cells":
164 For details, see "2.3.5 #address-cells and #size-cells" in Devicetree
168 type: phandle-array
172 dma-names:
173 type: string-array
177 io-channels:
178 type: phandle-array
182 io-channel-names:
183 type: string-array
185 Optional names given to the IO channel specifiers in the "io-channels" property.
188 type: phandle-array
191 specifier-space: mbox
193 mbox-names:
194 type: string-array
198 power-domains:
199 type: phandle-array
203 power-domain-names:
204 type: string-array
206 Optional names given to the power domain specifiers in the "power-domains" property.
208 "#power-domain-cells":
211 Number of cells in power-domains property
213 zephyr,deferred-init: