1 Motorola CPCAP PMIC device tree binding
4 - compatible : One or both of "motorola,cpcap" or "ste,6556002"
5 - reg : SPI chip select
6 - interrupt-parent : The parent interrupt controller
7 - interrupts : The interrupt line the device is connected to
8 - interrupt-controller : Marks the device node as an interrupt controller
9 - #interrupt-cells : The number of cells to describe an IRQ, should be 2
10 - #address-cells : Child device offset number of cells, should be 1
11 - #size-cells : Child device size number of cells, should be 0
12 - spi-max-frequency : Typically set to 3000000
13 - spi-cs-high : SPI chip select direction
19 compatible = "motorola,cpcap", "ste,6556002";
21 interrupt-parent = <&gpio1>;
22 interrupts = <7 IRQ_TYPE_EDGE_RISING>;
24 #interrupt-cells = <2>;
27 spi-max-frequency = <3000000>;