Lines Matching +full:single +full:- +full:cell
8 - compatible : One of "wlf,wm1811", "wlf,wm8994" or "wlf,wm8958".
10 - reg : the I2C address of the device for I2C, the chip select
13 - gpio-controller : Indicates this device is a GPIO controller.
14 - #gpio-cells : Must be 2. The first cell is the pin number and the
15 second cell is used to specify optional parameters (currently unused).
17 - power supplies for the device, as covered in
20 - for wlf,wm1811 and wlf,wm8958:
21 AVDD1-supply, AVDD2-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply,
22 DCVDD-supply, CPVDD-supply, SPKVDD1-supply, SPKVDD2-supply
23 - for wlf,wm8994:
24 AVDD1-supply, AVDD2-supply, DBVDD-supply, DCVDD-supply, CPVDD-supply,
25 SPKVDD1-supply, SPKVDD2-supply
29 - interrupts : The interrupt line the IRQ signal for the device is
32 - interrupt-controller : These devices contain interrupt controllers
35 - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
36 The first cell is the IRQ number.
37 The second cell is the flags, encoded as the trigger masks from
38 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
40 - clocks : A list of up to two phandle and clock specifier pairs
41 - clock-names : A list of clock names sorted in the same order as clocks.
44 - wlf,gpio-cfg : A list of GPIO configuration register values. If absent,
49 - wlf,micbias-cfg : Two MICBIAS register values for WM1811 or
52 - wlf,ldo1ena : GPIO specifier for control of LDO1ENA input to device.
53 - wlf,ldo2ena : GPIO specifier for control of LDO2ENA input to device.
55 - wlf,lineout1-se : If present LINEOUT1 is in single ended mode.
56 - wlf,lineout2-se : If present LINEOUT2 is in single ended mode.
58 - wlf,lineout1-feedback : If present LINEOUT1 has common mode feedback
60 - wlf,lineout2-feedback : If present LINEOUT2 has common mode feedback
63 - wlf,ldoena-always-driven : If present LDOENA is always driven.
65 - wlf,spkmode-pu : If present enable the internal pull-up resistor on
68 - wlf,csnaddr-pd : If present enable the internal pull-down resistor on
100 gpio-controller;
101 #gpio-cells = <2>;
103 lineout1-se;
105 AVDD1-supply = <®ulator>;
106 AVDD2-supply = <®ulator>;
107 CPVDD-supply = <®ulator>;
108 DBVDD-supply = <®ulator>;
109 DCVDD-supply = <®ulator>;
110 SPKVDD1-supply = <®ulator>;
111 SPKVDD2-supply = <®ulator>;