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: Michael Walle <michael@walle.cc> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8134822db0
commit
eba5bea8f3
@ -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>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user