Commit b716f798 authored by Horatiu Vultur's avatar Horatiu Vultur Committed by Claudiu Beznea

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: default avatarHoratiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220908070451.3730608-1-horatiu.vultur@microchip.com
parent 0b7baa1a
......@@ -21,6 +21,10 @@ gpio-restart {
};
};
&aes {
status = "disabled"; /* Reserved by secure OS */
};
&gpio {
miim_a_pins: mdio-pins {
/* MDC, MDIO */
......
......@@ -53,6 +53,10 @@ led-s1-green {
};
};
&aes {
status = "disabled"; /* Reserved by secure OS */
};
&gpio {
fc3_b_pins: fc3-b-pins {
/* RX, TX */
......
......@@ -97,6 +97,10 @@ sfp3: sfp3 {
};
};
&aes {
status = "disabled"; /* Reserved by secure OS */
};
&flx3 {
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment