diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-07-30 17:12:12 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-05 08:40:21 (GMT) |
commit | c268a743103aebba8d81d3365107f7170653099e (patch) | |
tree | 57222dbf105402261ac9a04cf5fd5a897578d11c /Documentation/devicetree/bindings/arm | |
parent | f15107f41282d5ae9c6c26832dcc485729821ccc (diff) | |
download | linux-c268a743103aebba8d81d3365107f7170653099e.tar.xz |
ARM: at91/soc: add basic support for new sama5d2 SoC
Add Kconfig entries, header file changes and addition to the documentation.
The early debug infrastructure is also added for easy development.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-at91.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.txt b/Documentation/devicetree/bindings/arm/atmel-at91.txt index 424ac8c..7f04b8a 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.txt +++ b/Documentation/devicetree/bindings/arm/atmel-at91.txt @@ -27,6 +27,8 @@ compatible: must be one of: o "atmel,at91sam9xe" * "atmel,sama5" for SoCs using a Cortex-A5, shall be extended with the specific SoC family: + o "atmel,sama5d2" shall be extended with the specific SoC compatible: + - "atmel,sama5d27" o "atmel,sama5d3" shall be extended with the specific SoC compatible: - "atmel,sama5d31" - "atmel,sama5d33" |