aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap36xx-hs.dtsi
blob: 2c7febb0e016cbfea1375d23892d184d243b60de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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";
};