Lines Matching +full:palmas +full:- +full:pmic
1 * palmas device tree bindings
3 The TI palmas family current members :-
4 twl6035 (palmas)
5 twl6037 (palmas)
6 tps65913 (palmas)
7 tps65914 (palmas)
12 - compatible : Should be from the list
22 ti,palmas
23 - interrupt-controller : palmas has its own internal IRQs
24 - #interrupt-cells : should be set to 2 for IRQ number and flags
27 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
30 ti,mux-padX : set the pad register X (1-2) to the correct muxing for the
35 palmas {
36 compatible = "ti,twl6035", "ti,palmas";
38 interrupt-parent = <&intc>;
39 interrupt-controller;
40 #interrupt-cells = <2>;
42 ti,mux-pad1 = <0>;
43 ti,mux-pad2 = <0>;
45 #address-cells = <1>;
46 #size-cells = <0>;
48 pmic {
49 compatible = "ti,twl6035-pmic", "ti,palmas-pmic";