diff options
author | Peng Fan <[email protected]> | 2023-05-10 16:31:50 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2023-05-15 11:30:14 +0800 |
commit | 5a866baab1e0254ac8922c7598df48f2c12e86d8 (patch) | |
tree | 0fc304f21608a86980f601d5b37e9b2e4a9748df | |
parent | 84e29d79be2d5ced59816f458609b7d0c393e89c (diff) |
arm64: dts: imx93: add ocotp node
Add i.MX93 OCOTP node
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ gpio-ranges = <&iomuxc 0 92 16>; }; + ocotp: efuse@47510000 { + compatible = "fsl,imx93-ocotp", "syscon"; + reg = <0x47510000 0x10000>; + #address-cells = <1>; + #size-cells = <1>; + }; + s4muap: mailbox@47520000 { compatible = "fsl,imx93-mu-s4"; reg = <0x47520000 0x10000>; |