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