mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 18:57:47 +07:00
ARM: dts: vfxxx: Add node corresponding to OCOTP
Add node corresponding to OCOTP IP block. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
227802b18d
commit
fa8d20c8db
@ -520,6 +520,12 @@ edma1: dma-controller@40098000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ocotp: ocotp@400a5000 {
|
||||
compatible = "fsl,vf610-ocotp";
|
||||
reg = <0x400a5000 0x1000>;
|
||||
clocks = <&clks VF610_CLK_OCOTP>;
|
||||
};
|
||||
|
||||
snvs0: snvs@400a7000 {
|
||||
compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
|
||||
reg = <0x400a7000 0x2000>;
|
||||
|
Loading…
Reference in New Issue
Block a user