Message ID | a8d5fc0be537d49562f3d4b63390584e304ec8dc.1555655522.git.horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | Accepted |
Commit | a8d5fc0be537d49562f3d4b63390584e304ec8dc |
Delegated to: | Simon Horman |
Headers | show |
Series | [01/21] ARM: dts: r8a7792: blanche: Add IIC3 and DA9063 PMIC node | expand |
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index ef7e2a837df6..e0500ec81569 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -377,6 +377,27 @@ 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>;