dts: TXLX: defendkey: support secure upgrade check [3/3]

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>
This commit is contained in:
Zhongfu Luo
2018-12-07 18:14:38 +08:00
committed by Dongjin Kim
parent 970b7d39c8
commit aa8f5ff77d
2 changed files with 14 additions and 0 deletions

View File

@@ -938,6 +938,13 @@
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 {

View File

@@ -938,6 +938,13 @@
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 {