Skip to content

Commit

Permalink
ARM: dts: silk: Add DA9063 PMIC node
Browse files Browse the repository at this point in the history
Add DA9063 PMIC node to the I2C bus.

Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
marex authored and horms committed Aug 27, 2018
1 parent d17f45e commit bce6d67
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/r8a7794-silk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,23 @@
clock-frequency = <400000>;
};

&i2c7 {
status = "okay";
clock-frequency = <100000>;

pmic@58 {
compatible = "dlg,da9063";
reg = <0x58>;
interrupt-parent = <&gpio3>;
interrupts = <31 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;

wdt {
compatible = "dlg,da9063-watchdog";
};
};
};

&mmcif0 {
pinctrl-0 = <&mmcif0_pins>;
pinctrl-names = "default";
Expand Down

0 comments on commit bce6d67

Please sign in to comment.