Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1504717

[PATCH v2 2/6] ARM: at91: Document samx7 compatibles

From Alexandre Belloni <alexandre.belloni@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH v2 2/6] ARM: at91: Document samx7 compatibles
Date 2016-10-20 11:50 +0200
Message-ID <sui93-5JM-19@gated-at.bofh.it> (permalink)
References <sui93-5JM-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Introduce necessary compatibles to describe the samx7 family

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 .../devicetree/bindings/arm/atmel-at91.txt         | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.txt b/Documentation/devicetree/bindings/arm/atmel-at91.txt
index e1f5ad855f14..baf9607c5f14 100644
--- a/Documentation/devicetree/bindings/arm/atmel-at91.txt
+++ b/Documentation/devicetree/bindings/arm/atmel-at91.txt
@@ -41,6 +41,36 @@ compatible: must be one of:
        - "atmel,sama5d43"
        - "atmel,sama5d44"
 
+ * "atmel,samx7" for MCUs using a Cortex-M7, shall be extended with the specific
+   SoC family:
+    o "atmel,sams70" shall be extended with the specific MCU compatible:
+       - "atmel,sams70j19"
+       - "atmel,sams70j20"
+       - "atmel,sams70j21"
+       - "atmel,sams70n19"
+       - "atmel,sams70n20"
+       - "atmel,sams70n21"
+       - "atmel,sams70q19"
+       - "atmel,sams70q20"
+       - "atmel,sams70q21"
+    o "atmel,samv70" shall be extended with the specific MCU compatible:
+       - "atmel,samv70j19"
+       - "atmel,samv70j20"
+       - "atmel,samv70n19"
+       - "atmel,samv70n20"
+       - "atmel,samv70q19"
+       - "atmel,samv70q20"
+    o "atmel,samv71" shall be extended with the specific MCU compatible:
+       - "atmel,samv71j19"
+       - "atmel,samv71j20"
+       - "atmel,samv71j21"
+       - "atmel,samv71n19"
+       - "atmel,samv71n20"
+       - "atmel,samv71n21"
+       - "atmel,samv71q19"
+       - "atmel,samv71q20"
+       - "atmel,samv71q21"
+
 Chipid required properties:
 - compatible: Should be "atmel,sama5d2-chipid"
 - reg : Should contain registers location and length
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/6] ARM: at91: initial samx7 support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 2/6] ARM: at91: Document samx7 compatibles Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 6/6] ARM: at91: debug: add samx7 support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
    Re: [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-10-20 14:10 +0200
      Re: [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 14:20 +0200
  [PATCH v2 4/6] ARM: at91: handle CONFIG_PM for armv7m configurations Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 5/6] ARM: dts: at91: add samx7 dtsi Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200

csiph-web