
Add support for TPS6594 PMIC devices : - overlaying regulators definition with compatible device, - watchdog on MCU_I2C0 bus.
Signed-off-by: Apelete Seketeli aseketeli@baylibre.com --- arch/arm/dts/k3-j784s4-evm-u-boot.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/arch/arm/dts/k3-j784s4-evm-u-boot.dtsi b/arch/arm/dts/k3-j784s4-evm-u-boot.dtsi index cd2e1e1df5..22bcf2cebe 100644 --- a/arch/arm/dts/k3-j784s4-evm-u-boot.dtsi +++ b/arch/arm/dts/k3-j784s4-evm-u-boot.dtsi @@ -24,6 +24,14 @@ u-boot,dm-spl; };
+&mcu_i2c0 { + status="okay"; + tps65941_wd: watchdog@12 { + compatible = "ti,tps65941_watchdog"; + reg = <0x12>; + }; +}; + &cbass_main { u-boot,dm-spl; }; @@ -133,3 +141,7 @@ &main_sdhci1 { u-boot,dm-spl; }; + +&tps659413 { + compatible = "ti,tps659411"; +};