summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Haller <[email protected]>2026-07-15 16:17:39 -0700
committerTom Rini <[email protected]>2026-07-28 12:30:55 -0600
commit1efe750e728e18fb37c1705d4ec3f6176ca3d9d5 (patch)
treef2fb583cda6b1314b2f2d12efca02bd096142be0
parent8eb3f9ef9e0de0dcea4aa85d770d6aebdb577f4a (diff)
arm: dts: k3-am68-phyboard-izar-u-boot: Add mcu_i2c0
Add mcu_i2c0 to access the pmic watchdog control registers. Signed-off-by: Dominik Haller <[email protected]>
-rw-r--r--arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi17
1 files changed, 15 insertions, 2 deletions
diff --git a/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi b/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi
index cd40506d3ac..503ed69d123 100644
--- a/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi
+++ b/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi
@@ -8,14 +8,27 @@
#include "k3-am68-phycore-som-binman.dtsi"
+&wkup_pmx2 {
+ mcu_i2c0_pins_default: mcu-i2c0-default-pins {
+ pinctrl-single,pins = <
+ J721S2_WKUP_IOPAD(0x0a0, PIN_INPUT, 0) /* (G24) MCU_I2C0_SCL */
+ J721S2_WKUP_IOPAD(0x0a4, PIN_INPUT, 0) /* (J25) MCU_I2C0_SDA */
+ >;
+ };
+};
+
&cbass_main {
bootph-all;
};
-&watchdog1 {
- status = "disabled";
+&mcu_i2c0 {
+ status = "okay";
};
&mcu_uart0 {
bootph-all;
};
+
+&watchdog1 {
+ status = "disabled";
+};