mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user