mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
d7d1d45cc4
This patch splits the sama5d3 SoCs definition: - a common base for all sama5d3 SoCs (sama5d3.dtsi) - several optional peripheral definitions which will be included by sama5d3 specific SoCs (sama5d3_'periph name'.dtsi) - sama5d3 specific SoC definitions (sama5d3x.dtsi) This provides a better representation of the real hardware (drop unneed dt nodes) and avoids peripheral id conflict (which is not the case for current sama5d3 SoCs, but could be if other SoCs of this family are released). Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> [nicolas.ferre@atmel.com: add more "sama5d3?" compatibility strings] Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
19 lines
441 B
Plaintext
19 lines
441 B
Plaintext
/*
|
|
* 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,samad35", "atmel,sama5d3", "atmel,sama5";
|
|
};
|