diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-05-30 21:06:19 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-06-02 04:11:09 -0400 |
commit | f0979987c91debc7146fbe1509c2466b44cb9796 (patch) | |
tree | 403ac98a2ee396eba73e93d47f93855aa002171e /Documentation/arm | |
parent | 287322386d303891e9cdc81313137054da9d5467 (diff) |
ARM: at91: Documentation: add armv7m families
The Atmel sams70, samv70 and samv71 are Cortex-M7 based MCUs that can run
Linux (without MMU).
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/Atmel/README | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/Documentation/arm/Atmel/README b/Documentation/arm/Atmel/README index 6ca78f818dbf..afb13c15389d 100644 --- a/Documentation/arm/Atmel/README +++ b/Documentation/arm/Atmel/README | |||
@@ -16,7 +16,7 @@ git branches/tags and email subject always contain this "at91" sub-string. | |||
16 | 16 | ||
17 | AT91 SoCs | 17 | AT91 SoCs |
18 | --------- | 18 | --------- |
19 | Documentation and detailled datasheet for each product are available on | 19 | Documentation and detailed datasheet for each product are available on |
20 | the Atmel website: http://www.atmel.com. | 20 | the Atmel website: http://www.atmel.com. |
21 | 21 | ||
22 | Flavors: | 22 | Flavors: |
@@ -101,6 +101,42 @@ the Atmel website: http://www.atmel.com. | |||
101 | + Datasheet | 101 | + Datasheet |
102 | http://www.atmel.com/Images/Atmel-11267-32-bit-Cortex-A5-Microcontroller-SAMA5D2_Datasheet.pdf | 102 | http://www.atmel.com/Images/Atmel-11267-32-bit-Cortex-A5-Microcontroller-SAMA5D2_Datasheet.pdf |
103 | 103 | ||
104 | * ARM Cortex-M7 MCUs | ||
105 | - sams70 family | ||
106 | - sams70j19 | ||
107 | - sams70j20 | ||
108 | - sams70j21 | ||
109 | - sams70n19 | ||
110 | - sams70n20 | ||
111 | - sams70n21 | ||
112 | - sams70q19 | ||
113 | - sams70q20 | ||
114 | - sams70q21 | ||
115 | + Datasheet | ||
116 | http://www.atmel.com/Images/Atmel-11242-32-bit-Cortex-M7-Microcontroller-SAM-S70Q-SAM-S70N-SAM-S70J_Datasheet.pdf | ||
117 | |||
118 | - samv70 family | ||
119 | - samv70j19 | ||
120 | - samv70j20 | ||
121 | - samv70n19 | ||
122 | - samv70n20 | ||
123 | - samv70q19 | ||
124 | - samv70q20 | ||
125 | + Datasheet | ||
126 | http://www.atmel.com/Images/Atmel-11297-32-bit-Cortex-M7-Microcontroller-SAM-V70Q-SAM-V70N-SAM-V70J_Datasheet.pdf | ||
127 | |||
128 | - samv71 family | ||
129 | - samv71j19 | ||
130 | - samv71j20 | ||
131 | - samv71j21 | ||
132 | - samv71n19 | ||
133 | - samv71n20 | ||
134 | - samv71n21 | ||
135 | - samv71q19 | ||
136 | - samv71q20 | ||
137 | - samv71q21 | ||
138 | + Datasheet | ||
139 | http://www.atmel.com/Images/Atmel-44003-32-bit-Cortex-M7-Microcontroller-SAM-V71Q-SAM-V71N-SAM-V71J_Datasheet.pdf | ||
104 | 140 | ||
105 | Linux kernel information | 141 | Linux kernel information |
106 | ------------------------ | 142 | ------------------------ |