rockchip: dts: rk3568: add secure_otp node
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I67af428fbd0ae016b25a6aafc8c28d36e055d765
This commit is contained in:
parent
cf432719d2
commit
ab1a0b8da2
|
|
@ -206,3 +206,7 @@
|
||||||
&pcfg_pull_none {
|
&pcfg_pull_none {
|
||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&secure_otp {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
|
||||||
|
|
@ -1881,6 +1881,14 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
secure_otp: secure_otp@fe3a0000 {
|
||||||
|
compatible = "rockchip,rk3568-secure-otp";
|
||||||
|
reg = <0x0 0xfe3a0000 0x0 0x4000>;
|
||||||
|
secure_conf = <0xfdd18008>;
|
||||||
|
mask_addr = <0xfe880000>;
|
||||||
|
cru_rst_addr = <0xfdd20470>;
|
||||||
|
};
|
||||||
|
|
||||||
i2s0_8ch: i2s@fe400000 {
|
i2s0_8ch: i2s@fe400000 {
|
||||||
compatible = "rockchip,rk3568-i2s-tdm";
|
compatible = "rockchip,rk3568-i2s-tdm";
|
||||||
reg = <0x0 0xfe400000 0x0 0x1000>;
|
reg = <0x0 0xfe400000 0x0 0x1000>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue