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

PD#SWPL-2348

Problem:
G12B need to support secure upgrade check

Solution:
add defendkey support in all G12B dts

Verify:
G12B skt board verify pass

Change-Id: I2c3f51e761531cf2169dda483991b3d876039686
Signed-off-by: Zhongfu Luo <zhongfu.luo@amlogic.com>
This commit is contained in:
Zhongfu Luo
2018-12-07 20:14:50 +08:00
committed by Luan Yuan
parent 565b50a4e0
commit cd96a7ecc6
2 changed files with 14 additions and 0 deletions

View File

@@ -1891,6 +1891,13 @@
"csi-host1-intr1";
link-device = <&adapter>;
};
defendkey: defendkey {
compatible = "amlogic, defendkey";
reg = <0xff630218 0x4>; /*RNG_USR_DATA*/
mem_size = <0 0x100000>;
status = "okay";
};
};/* end of / */
&pinctrl_aobus {

View File

@@ -1891,6 +1891,13 @@
"csi-host1-intr1";
link-device = <&adapter>;
};
defendkey: defendkey {
compatible = "amlogic, defendkey";
reg = <0x0 0xff630218 0x0 0x4>; /*RNG_USR_DATA*/
mem_size = <0x0 0x100000>;
status = "okay";
};
};/* end of / */
&pinctrl_aobus {