Commit bce6d67d authored by Marek Vasut's avatar Marek Vasut Committed by Simon Horman
Browse files

ARM: dts: silk: Add DA9063 PMIC node



Add DA9063 PMIC node to the I2C bus.

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d17f45eb
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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";