Commit c1288a46 authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo
Browse files

arm64: dts: imx95: Add OCOTP node



Add OCOTP node to allow reading fuse using nvmem API

Reviewed-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9b541c18
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1553,6 +1553,25 @@ gpio1: gpio@47400000 {
			status = "disabled";
		};

		ocotp: efuse@47510000 {
			compatible = "fsl,imx95-ocotp", "syscon";
			reg = <0x0 0x47510000 0x0 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;

			eth_mac0: mac-address@0 {
				reg = <0x0514 0x6>;
			};

			eth_mac1: mac-address@1 {
				reg = <0x1514 0x6>;
			};

			eth_mac2: mac-address@2 {
				reg = <0x2514 0x6>;
			};
		};

		elemu0: mailbox@47520000 {
			compatible = "fsl,imx95-mu-ele";
			reg = <0x0 0x47520000 0x0 0x10000>;