.. | .. |
---|
14 | 14 | "ricoh,rc5t619" |
---|
15 | 15 | - reg: the I2C slave address of the device |
---|
16 | 16 | |
---|
| 17 | +Optional properties: |
---|
| 18 | + - interrupts: interrupt mapping for IRQ |
---|
| 19 | + See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt |
---|
| 20 | + - system-power-controller: |
---|
| 21 | + See Documentation/devicetree/bindings/power/power-controller.txt |
---|
| 22 | + |
---|
17 | 23 | Sub-nodes: |
---|
18 | 24 | - regulators: the node is required if the regulator functionality is |
---|
19 | 25 | needed. The valid regulator names are: DCDC1, DCDC2, DCDC3, DCDC4 |
---|
.. | .. |
---|
28 | 34 | pmic@32 { |
---|
29 | 35 | compatible = "ricoh,rn5t618"; |
---|
30 | 36 | reg = <0x32>; |
---|
| 37 | + interrupt-parent = <&gpio5>; |
---|
| 38 | + interrupts = <11 IRQ_TYPE_EDGE_FALLING>; |
---|
| 39 | + system-power-controller; |
---|
31 | 40 | |
---|
32 | 41 | regulators { |
---|
33 | 42 | DCDC1 { |
---|