summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2023-02-22 13:47:21 -0600
committerAnand Gadiyar <gadiyar@ti.com>2023-02-22 16:13:07 -0600
commit7af8c82db4ec03738876de08cf1d3936287cd04e (patch)
treeb16291d63b51cee1811e9e1d43a13d615ec0b523
parent4a2944651ece9a090ab0d1911db29cb06d3bc21b (diff)
arm: dts: Add M4F device node
AM62x device has a M4F core in mcu power domain. The the M4F core is primarily intended for safety applications and can be isolated from the rest of the SoC. Signed-off-by: Hari Nagalla <hnagalla@ti.com>
-rw-r--r--arch/arm/dts/k3-am62-mcu.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62-mcu.dtsi b/arch/arm/dts/k3-am62-mcu.dtsi
index 9d210d55fc..ffb5c296c2 100644
--- a/arch/arm/dts/k3-am62-mcu.dtsi
+++ b/arch/arm/dts/k3-am62-mcu.dtsi
@@ -33,4 +33,16 @@
clocks = <&k3_clks 106 2>;
clock-names = "fck";
};
+
+mcu_m4fss: m4fss@5000000 {
+ compatible = "ti,am64-m4fss";
+ reg = <0x00 0x5000000 0x00 0x30000>,
+ <0x00 0x5040000 0x00 0x10000>;
+ reg-names = "iram", "dram";
+ ti,sci = <&dmsc>;
+ ti,sci-dev-id = <9>;
+ ti,sci-proc-ids = <0x18 0xff>;
+ resets = <&k3_reset 9 1>;
+ firmware-name = "am62-mcu-m4f0_0-fw";
+ };
};