aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2018-08-04 12:38:18 -0400
committerSimon Horman <horms+renesas@verge.net.au>2018-08-27 09:02:13 -0400
commitbce6d67d035eeaea20dcee12b1362cebde6d9b35 (patch)
tree7ba75695cc798c63d910e41930d20ce30e8c19ad
parentd17f45eb718172088e3460fc9fadc735b1df8a20 (diff)
ARM: dts: silk: 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>
-rw-r--r--arch/arm/boot/dts/r8a7794-silk.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts
index daec965889d3..6ea60e1faf75 100644
--- a/arch/arm/boot/dts/r8a7794-silk.dts
+++ b/arch/arm/boot/dts/r8a7794-silk.dts
@@ -405,6 +405,23 @@
405 clock-frequency = <400000>; 405 clock-frequency = <400000>;
406}; 406};
407 407
408&i2c7 {
409 status = "okay";
410 clock-frequency = <100000>;
411
412 pmic@58 {
413 compatible = "dlg,da9063";
414 reg = <0x58>;
415 interrupt-parent = <&gpio3>;
416 interrupts = <31 IRQ_TYPE_LEVEL_LOW>;
417 interrupt-controller;
418
419 wdt {
420 compatible = "dlg,da9063-watchdog";
421 };
422 };
423};
424
408&mmcif0 { 425&mmcif0 {
409 pinctrl-0 = <&mmcif0_pins>; 426 pinctrl-0 = <&mmcif0_pins>;
410 pinctrl-names = "default"; 427 pinctrl-names = "default";