Lines Matching +full:bus +full:- +full:id
1 SLIM(Serial Low Power Interchip Media Bus) bus
3 SLIMbus is a 2-wire bus, and is used to communicate with peripheral
4 components like audio-codec.
7 - compatible - name of SLIMbus controller
11 representing slave devices on the bus. Every SLIMbus slave device is
13 Manufacturer ID, Product code, Device index, and Instance value for
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
24 - reg - Should be ('Device index', 'Instance ID') from SLIMbus
28 Instance ID Is for the cases where multiple Devices of the
29 same type or Class are attached to the bus.
31 - compatible -"slimMID,PID". The textual representation of Manufacturer ID,
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>;