diff mbox series

[v3,5/7] arm64: dts: ti: k3-j7200-common-proc-board: Add TPS6594x PMIC node

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

Commit Message

Matt Ranostay Nov. 9, 2022, 6:55 a.m. UTC
From: Keerthy <j-keerthy@ti.com>

Add TPS6594x PMIC, GPIO, and RTC definitions for J7200 common processor
board device tree.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
---
 .../boot/dts/ti/k3-j7200-common-proc-board.dts  | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
index 6240856e4863..9514751739fe 100644
--- a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
@@ -333,3 +333,20 @@  &pcie1_ep {
 	num-lanes = <2>;
 	status = "disabled";
 };
+
+&wkup_i2c0 {
+	status = "okay";
+	tps6594x: tps6594x@48 {
+		compatible = "ti,tps6594x";
+		reg = <0x48>;
+		ti,system-power-controller;
+
+		rtc {
+			compatible = "ti,tps6594x-rtc";
+		};
+
+		gpio {
+			compatible = "ti,tps6594x-gpio";
+		};
+	};
+};