ARM: dts: lan966x: disable aes
Disable AES node on lan966x pcb8290, pcb891 and pcb8309 because these boards have lan966x that uses secure OS which reserves the AES block. Therefore it can't be exposed to non-secure world. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20220908070451.3730608-1-horatiu.vultur@microchip.com
This commit is contained in:
parent
0b7baa1a30
commit
b716f7981e
|
@ -21,6 +21,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&aes {
|
||||||
|
status = "disabled"; /* Reserved by secure OS */
|
||||||
|
};
|
||||||
|
|
||||||
&gpio {
|
&gpio {
|
||||||
miim_a_pins: mdio-pins {
|
miim_a_pins: mdio-pins {
|
||||||
/* MDC, MDIO */
|
/* MDC, MDIO */
|
||||||
|
|
|
@ -53,6 +53,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&aes {
|
||||||
|
status = "disabled"; /* Reserved by secure OS */
|
||||||
|
};
|
||||||
|
|
||||||
&gpio {
|
&gpio {
|
||||||
fc3_b_pins: fc3-b-pins {
|
fc3_b_pins: fc3-b-pins {
|
||||||
/* RX, TX */
|
/* RX, TX */
|
||||||
|
|
|
@ -97,6 +97,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&aes {
|
||||||
|
status = "disabled"; /* Reserved by secure OS */
|
||||||
|
};
|
||||||
|
|
||||||
&flx3 {
|
&flx3 {
|
||||||
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
|
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Reference in New Issue