u-boot/arch/arm/dts/px30-u-boot.dtsi
.. .. @@ -14,6 +14,13 @@ 14 14 u-boot,spl-boot-order = &emmc, &sdmmc; 15 15 stdout-path = &uart2; 16 16 }; 17 +18 + secure-otp@ff110000 {19 + compatible = "rockchip,px30-secure-otp";20 + reg = <0x0 0xff110000 0x0 0x4000>;21 + secure_conf = <0xff11C008>;22 + mask_addr = <0xff2d0000>;23 + };17 24 }; 18 25 19 26 &psci {