提交 eba5bea8 编写于 作者: M Michael Walle 提交者: Shawn Guo

arm64: dts: ls1028a: add efuse node

Layerscape SoCs contain a Security Fuse Processor which is basically a
efuse controller. Add the node, so userspace can read the efuses.
Signed-off-by: NMichael Walle <michael@walle.cc>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 8134822d
...@@ -224,6 +224,17 @@ ...@@ -224,6 +224,17 @@
little-endian; little-endian;
}; };
efuse@1e80000 {
compatible = "fsl,ls1028a-sfp";
reg = <0x0 0x1e80000 0x0 0x10000>;
#address-cells = <1>;
#size-cells = <1>;
ls1028a_uid: unique-id@1c {
reg = <0x1c 0x8>;
};
};
scfg: syscon@1fc0000 { scfg: syscon@1fc0000 {
compatible = "fsl,ls1028a-scfg", "syscon"; compatible = "fsl,ls1028a-scfg", "syscon";
reg = <0x0 0x1fc0000 0x0 0x10000>; reg = <0x0 0x1fc0000 0x0 0x10000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册