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
};
};
+&aes {
+ status = "disabled"; /* Reserved by secure OS */
+};
+
&gpio {
miim_a_pins: mdio-pins {
/* MDC, MDIO */
};
};
+&aes {
+ status = "disabled"; /* Reserved by secure OS */
+};
+
&gpio {
fc3_b_pins: fc3-b-pins {
/* RX, TX */
};
};
+&aes {
+ status = "disabled"; /* Reserved by secure OS */
+};
+
&flx3 {
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
status = "okay";