-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: at91/dt: split sama5d3 peripheral definitions
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>
- Loading branch information
Boris BREZILLON
authored and
Nicolas Ferre
committed
Oct 16, 2013
1 parent
d195608
commit d7d1d45
Showing
17 changed files
with
429 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* sama5d31.dtsi - Device Tree Include file for SAMA5D31 SoC | ||
* | ||
* Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> | ||
* | ||
* Licensed under GPLv2 or later. | ||
*/ | ||
#include "sama5d3.dtsi" | ||
#include "sama5d3_lcd.dtsi" | ||
#include "sama5d3_emac.dtsi" | ||
#include "sama5d3_mci2.dtsi" | ||
#include "sama5d3_uart.dtsi" | ||
|
||
/ { | ||
compatible = "atmel,samad31", "atmel,sama5d3", "atmel,sama5"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* sama5d33.dtsi - Device Tree Include file for SAMA5D33 SoC | ||
* | ||
* Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> | ||
* | ||
* Licensed under GPLv2 or later. | ||
*/ | ||
#include "sama5d3.dtsi" | ||
#include "sama5d3_lcd.dtsi" | ||
#include "sama5d3_gmac.dtsi" | ||
|
||
/ { | ||
compatible = "atmel,samad33", "atmel,sama5d3", "atmel,sama5"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* sama5d34.dtsi - Device Tree Include file for SAMA5D34 SoC | ||
* | ||
* Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> | ||
* | ||
* Licensed under GPLv2 or later. | ||
*/ | ||
#include "sama5d3.dtsi" | ||
#include "sama5d3_lcd.dtsi" | ||
#include "sama5d3_gmac.dtsi" | ||
#include "sama5d3_can.dtsi" | ||
#include "sama5d3_mci2.dtsi" | ||
|
||
/ { | ||
compatible = "atmel,samad34", "atmel,sama5d3", "atmel,sama5"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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,samad35", "atmel,sama5d3", "atmel,sama5"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.