1 X-Powers AC100 Codec/RTC IC Device Tree bindings
3 AC100 is a audio codec and RTC subsystem combo IC. The 2 parts are
4 separated, including power supplies and interrupt lines, but share
5 a common register address space and host interface.
8 - compatible: "x-powers,ac100"
9 - reg: The I2C slave address or RSB hardware address for the chip
12 - compatible: "x-powers,ac100-codec"
13 - interrupt-parent: The parent interrupt controller
14 - interrupts: SoC NMI / GPIO interrupt connected to the
16 - #clock-cells: Shall be 0
17 - clock-output-names: "4M_adda"
19 - see clock/clock-bindings.txt for common clock bindings
22 - compatible: "x-powers,ac100-rtc"
23 - interrupt-parent: The parent interrupt controller
24 - interrupts: SoC NMI / GPIO interrupt connected to the
26 - clocks: A phandle to the codec's "4M_adda" clock
27 - #clock-cells: Shall be 1
28 - clock-output-names: "cko1_rtc", "cko2_rtc", "cko3_rtc"
30 - see clock/clock-bindings.txt for common clock bindings
35 compatible = "x-powers,ac100";
39 compatible = "x-powers,ac100-codec";
40 interrupt-parent = <&r_pio>;
41 interrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */
43 clock-output-names = "4M_adda";
47 compatible = "x-powers,ac100-rtc";
48 interrupt-parent = <&nmi_intc>;
49 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
50 clocks = <&ac100_codec>;
52 clock-output-names = "cko1_rtc", "cko2_rtc", "cko3_rtc";