[PATCH 2/5] arm64: dts: imx93: add ocotp node
Peng Fan (OSS)
peng.fan at oss.nxp.com
Wed May 10 01:31:50 PDT 2023
From: Peng Fan <peng.fan at nxp.com>
Add i.MX93 OCOTP node
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
arch/arm64/boot/dts/freescale/imx93.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index a04c63d4dc06..8354d17a6a3f 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -805,6 +805,13 @@ gpio1: gpio at 47400080 {
gpio-ranges = <&iomuxc 0 92 16>;
};
+ ocotp: efuse at 47510000 {
+ compatible = "fsl,imx93-ocotp", "syscon";
+ reg = <0x47510000 0x10000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+
s4muap: mailbox at 47520000 {
compatible = "fsl,imx93-mu-s4";
reg = <0x47520000 0x10000>;
--
2.37.1
More information about the linux-arm-kernel
mailing list