Lines Matching +full:a +full:- +full:child +full:- +full:node +full:- +full:property
3 SLIMbus is a 2-wire bus, and is used to communicate with peripheral
4 components like audio-codec.
6 Required property for SLIMbus controller node:
7 - compatible - name of SLIMbus controller
9 Child nodes:
10 Every SLIMbus controller node can contain zero or more child nodes
15 If child node is not present and it is instantiated after device
18 In some cases it may be necessary to describe non-probeable device
19 details such as non-standard ways of powering up a device. In
20 such cases, child nodes for those devices will be present as
23 Required property for SLIMbus child node if it is present:
24 - reg - Should be ('Device index', 'Instance ID') from SLIMbus
27 a single Component.
31 - compatible -"slimMID,PID". The textual representation of Manufacturer ID,
35 Optional property for SLIMbus child node if it is present:
36 - slim-ifc-dev - Should be phandle to SLIMBus Interface device.
42 compatible = "qcom,apq8064-slim", "qcom,slim";
46 clock-names = "iface", "core";
47 #address-cells = <2>;
48 #size-cell = <0>;
58 slim-ifc-dev = <&codec_ifd>;