From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- u-boot/arch/arm/dts/px30-u-boot.dtsi | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/u-boot/arch/arm/dts/px30-u-boot.dtsi b/u-boot/arch/arm/dts/px30-u-boot.dtsi index ceda2f4..6c9ac21 100644 --- a/u-boot/arch/arm/dts/px30-u-boot.dtsi +++ b/u-boot/arch/arm/dts/px30-u-boot.dtsi @@ -14,6 +14,13 @@ u-boot,spl-boot-order = &emmc, &sdmmc; stdout-path = &uart2; }; + + secure-otp@ff110000 { + compatible = "rockchip,px30-secure-otp"; + reg = <0x0 0xff110000 0x0 0x4000>; + secure_conf = <0xff11C008>; + mask_addr = <0xff2d0000>; + }; }; &psci { -- Gitblit v1.6.2