ARM: dts: alt: Add DA9063 PMIC node

Add DA9063 PMIC node to the I2C bus.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Marek Vasut 2019-03-03 20:00:59 +01:00 committed by Simon Horman
parent 72cd625c85
commit a8d5fc0be5
1 changed files with 21 additions and 0 deletions

View File

@ -377,6 +377,27 @@ &i2c4 {
pinctrl-names = "i2c-exio4";
};
&i2c7 {
status = "okay";
clock-frequency = <100000>;
pmic@58 {
compatible = "dlg,da9063";
reg = <0x58>;
interrupt-parent = <&gpio3>;
interrupts = <31 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;
rtc {
compatible = "dlg,da9063-rtc";
};
wdt {
compatible = "dlg,da9063-watchdog";
};
};
};
&vin0 {
status = "okay";
pinctrl-0 = <&vin0_pins>;