1 * palmas device tree bindings
3 The TI palmas family current members :-
12 - compatible : Should be from the list
21 and also the generic series names
23 - interrupt-controller : palmas has its own internal IRQs
24 - #interrupt-cells : should be set to 2 for IRQ number and flags
25 The first cell is the IRQ number.
26 The second cell is the flags, encoded as the trigger masks from
27 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
28 - interrupt-parent : The parent interrupt controller.
31 ti,mux-padX : set the pad register X (1-2) to the correct muxing for the
32 hardware, if not set will use muxing in OTP.
37 compatible = "ti,twl6035", "ti,palmas";
39 interrupt-parent = <&intc>;
41 #interrupt-cells = <2>;
50 compatible = "ti,twl6035-pmic", "ti,palmas-pmic";