9
0
Fork 0
barebox/dts/src/arm/omap36xx-hs.dtsi

17 lines
246 B
Plaintext

/* Disabled modules for secure omaps */
#include "omap36xx.dtsi"
/* Secure omaps have some devices inaccessible depending on the firmware */
&aes {
status = "disabled";
};
&sham {
status = "disabled";
};
&timer12 {
status = "disabled";
};