diff options
Diffstat (limited to 'kernel/arch/arm/boot/dts/sama5d35.dtsi')
-rw-r--r-- | kernel/arch/arm/boot/dts/sama5d35.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kernel/arch/arm/boot/dts/sama5d35.dtsi b/kernel/arch/arm/boot/dts/sama5d35.dtsi new file mode 100644 index 000000000..16c39f4c9 --- /dev/null +++ b/kernel/arch/arm/boot/dts/sama5d35.dtsi @@ -0,0 +1,18 @@ +/* + * sama5d35.dtsi - Device Tree Include file for SAMA5D35 SoC + * + * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> + * + * Licensed under GPLv2 or later. + */ +#include "sama5d3.dtsi" +#include "sama5d3_gmac.dtsi" +#include "sama5d3_emac.dtsi" +#include "sama5d3_can.dtsi" +#include "sama5d3_mci2.dtsi" +#include "sama5d3_uart.dtsi" +#include "sama5d3_tcb1.dtsi" + +/ { + compatible = "atmel,sama5d35", "atmel,sama5d3", "atmel,sama5"; +}; |