dts: TXLX: defendkey: support secure upgrade check [3/3]
authorZhongfu Luo <zhongfu.luo@amlogic.com>
Fri, 7 Dec 2018 10:14:38 +0000 (18:14 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Thu, 13 Dec 2018 07:18:29 +0000 (23:18 -0800)
PD#SWPL-2344

Problem:
TXLX need to support secure upgrade check

Solution:
add defendkey support in all TXLX dts

Verify:
TXLX skt board verify pass

Change-Id: Ice348161f0a01698bc40e9fb291d1020f478b1fa
Signed-off-by: Zhongfu Luo <zhongfu.luo@amlogic.com>
arch/arm/boot/dts/amlogic/mesontxlx.dtsi
arch/arm64/boot/dts/amlogic/mesontxlx.dtsi

index 821efd9..d45d4d9 100644 (file)
                compatible = "amlogic, vdac-txlx";
                status = "okay";
        };
+
+       defendkey: defendkey {
+               compatible = "amlogic, defendkey";
+               reg = <0xff634500 0x4>; /*RNG_USR_DATA*/
+               mem_size = <0x0 0x100000>;
+               status = "okay";
+       };
 }; /* end of / */
 
 &pinctrl_aobus {
index 11424d0..502e5e3 100644 (file)
                compatible = "amlogic, vdac-txlx";
                status = "okay";
        };
+
+       defendkey: defendkey {
+               compatible = "amlogic, defendkey";
+               reg = <0x0 0xff634500 0x0 0x4>; /*RNG_USR_DATA*/
+               mem_size = <0x0 0x100000>;
+               status = "okay";
+       };
 }; /* end of / */
 
 &pinctrl_aobus {