hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
u-boot/arch/arm/dts/rk3308-u-boot.dtsi
....@@ -14,6 +14,14 @@
1414 stdout-path = &uart2;
1515 u-boot,spl-boot-order = &sdmmc, &spi_nand, &spi_nor, &nandc, &emmc;
1616 };
17
+
18
+ secure-otp@ff2a8000 {
19
+ compatible = "rockchip,rk3308-secure-otp";
20
+ reg = <0x0 0xff2a8000 0x0 0x4000>;
21
+ secure_conf = <0xff2b0004>;
22
+ mask_addr = <0xff540000>;
23
+ u-boot,dm-pre-reloc;
24
+ };
1725 };
1826
1927 &psci {
....@@ -121,10 +129,6 @@
121129 &saradc {
122130 u-boot,dm-pre-reloc;
123131 status = "okay";
124
-};
125
-
126
-&secure_otp {
127
- u-boot,dm-pre-reloc;
128132 };
129133
130134 &uart0 {