diff mbox series

[v2,5/6] arm64: dts: ti: k3-j721e-common-proc-board: Add TPS6594x PMIC node

Message ID 20220812032242.564026-6-mranostay@ti.com
State New
Headers show
Series [v2,1/6] Documentation: tps6594x: Add DT bindings for the TPS6594x PMIC | expand

Commit Message

Matt Ranostay Aug. 12, 2022, 3:22 a.m. UTC
Add TPS6594x PMIC + RTC definition for j721e common processor board
device tree.

Signed-off-by: Matt Ranostay <mranostay@ti.com>
---
 .../boot/dts/ti/k3-j721e-common-proc-board.dts   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
index b1691ac3442d..f7b8b40993bd 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
@@ -995,3 +995,19 @@  &main_mcan12 {
 &main_mcan13 {
 	status = "disabled";
 };
+
+&wkup_i2c0 {
+	status = "okay";
+};
+
+&wkup_i2c0 {
+	tps6594x: tps6594x@48 {
+		compatible = "ti,tps6594x";
+		reg = <0x48>;
+		ti,system-power-controller;
+
+		rtc {
+			compatible = "ti,tps6594x-rtc";
+		};
+	};
+};