Linux Audio

Check our new training course

Loading...
v5.4
  1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2/*
  3 * at91-sama5d27_som1_ek.dts - Device Tree file for SAMA5D27-SOM1-EK board
  4 *
  5 *  Copyright (c) 2017, Microchip Technology Inc.
  6 *                2016 Nicolas Ferre <nicolas.ferre@atmel.com>
  7 *                2017 Cristian Birsan <cristian.birsan@microchip.com>
  8 *                2017 Claudiu Beznea <claudiu.beznea@microchip.com>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  9 */
 10/dts-v1/;
 11#include "at91-sama5d27_som1.dtsi"
 12#include <dt-bindings/mfd/atmel-flexcom.h>
 13#include <dt-bindings/gpio/gpio.h>
 14
 15/ {
 16	model = "Atmel SAMA5D27 SOM1 EK";
 17	compatible = "atmel,sama5d27-som1-ek", "atmel,sama5d27-som1", "atmel,sama5d27", "atmel,sama5d2", "atmel,sama5";
 18
 19	aliases {
 20		serial0 = &uart1;	/* DBGU */
 21		serial1 = &uart4;	/* mikro BUS 1 */
 22		serial2 = &uart2;	/* mikro BUS 2 */
 23		i2c1	= &i2c1;
 24		i2c2	= &i2c2;
 25	};
 26
 27	chosen {
 28		stdout-path = "serial0:115200n8";
 29	};
 30
 31	ahb {
 32		usb0: gadget@300000 {
 33			atmel,vbus-gpio = <&pioA PIN_PD20 GPIO_ACTIVE_HIGH>;
 34			pinctrl-names = "default";
 35			pinctrl-0 = <&pinctrl_usba_vbus>;
 36			status = "okay";
 37		};
 38
 39		usb1: ohci@400000 {
 40			num-ports = <3>;
 41			atmel,vbus-gpio = <0 /* &pioA PIN_PD20 GPIO_ACTIVE_HIGH */
 42					   &pioA PIN_PA27 GPIO_ACTIVE_HIGH
 43					   0
 44					  >;
 45			pinctrl-names = "default";
 46			pinctrl-0 = <&pinctrl_usb_default>;
 47			status = "okay";
 48		};
 49
 50		usb2: ehci@500000 {
 51			status = "okay";
 52		};
 53
 54		sdmmc0: sdio-host@a0000000 {
 55			bus-width = <8>;
 56			pinctrl-names = "default";
 57			pinctrl-0 = <&pinctrl_sdmmc0_default>;
 58			status = "okay";
 59		};
 60
 61		sdmmc1: sdio-host@b0000000 {
 62			bus-width = <4>;
 63			pinctrl-names = "default";
 64			pinctrl-0 = <&pinctrl_sdmmc1_default>;
 65			status = "okay";
 66		};
 67
 68		apb {
 69			isc: isc@f0008000 {
 70				pinctrl-names = "default";
 71				pinctrl-0 = <&pinctrl_isc_base &pinctrl_isc_data_8bit &pinctrl_isc_data_9_10 &pinctrl_isc_data_11_12>;
 72				status = "okay";
 73			};
 74
 75			qspi1: spi@f0024000 {
 76				status = "okay";
 77			};
 78
 79			spi0: spi@f8000000 {
 80				pinctrl-names = "default";
 81				pinctrl-0 = <&pinctrl_spi0_default>;
 82				status = "okay";
 83			};
 84
 85			macb0: ethernet@f8008000 {
 86				status = "okay";
 87			};
 88
 89			tcb0: timer@f800c000 {
 90				timer0: timer@0 {
 91					compatible = "atmel,tcb-timer";
 92					reg = <0>;
 93				};
 94
 95				timer1: timer@1 {
 96					compatible = "atmel,tcb-timer";
 97					reg = <1>;
 98				};
 99			};
100
101			uart1: serial@f8020000 {
102				pinctrl-names = "default";
103				pinctrl-0 = <&pinctrl_uart1_default>;
104				atmel,use-dma-rx;
105				atmel,use-dma-tx;
106				status = "okay";
107			};
108
109			uart2: serial@f8024000 {
110				pinctrl-names = "default";
111				pinctrl-0 = <&pinctrl_mikrobus2_uart>;
112				atmel,use-dma-rx;
113				atmel,use-dma-tx;
114				status = "okay";
115			};
116
117			pwm0: pwm@f802c000 {
118				pinctrl-names = "default";
119				pinctrl-0 = <&pinctrl_mikrobus1_pwm &pinctrl_mikrobus2_pwm>;
120				status = "disabled"; /* Conflict with leds. */
121			};
122
123			flx1: flexcom@f8038000 {
124				atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
125				status = "okay";
126
127				i2c2: i2c@600 {
128					compatible = "atmel,sama5d2-i2c";
129					reg = <0x600 0x200>;
130					interrupts = <20 IRQ_TYPE_LEVEL_HIGH 7>;
131					dmas = <0>, <0>;
132					dma-names = "tx", "rx";
133					#address-cells = <1>;
134					#size-cells = <0>;
135					clocks = <&pmc PMC_TYPE_PERIPHERAL 20>;
136					pinctrl-names = "default";
137					pinctrl-0 = <&pinctrl_mikrobus_i2c>;
138					atmel,fifo-size = <16>;
139					status = "okay";
140				};
141			};
142
143			shdwc@f8048010 {
144				atmel,shdwc-debouncer = <976>;
145				atmel,wakeup-rtc-timer;
146
147				input@0 {
148					reg = <0>;
149					atmel,wakeup-type = "low";
150				};
151			};
152
153			watchdog@f8048040 {
154				status = "okay";
155			};
156
157			uart3: serial@fc008000 {
158				atmel,use-dma-rx;
159				atmel,use-dma-tx;
160				pinctrl-names = "default";
161				pinctrl-0 = <&pinctrl_uart3_default>;
162				status = "disabled"; /* Conflict with isc. */
163			};
164
165			uart4: serial@fc00c000 {
166				atmel,use-dma-rx;
167				atmel,use-dma-tx;
168				pinctrl-names = "default";
169				pinctrl-0 = <&pinctrl_mikrobus1_uart>;
170				status = "okay";
171			};
172
173			flx3: flexcom@fc014000 {
174				atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_SPI>;
175				status = "disabled";
176
177				uart7: serial@200 {
178					compatible = "atmel,at91sam9260-usart";
179					reg = <0x200 0x200>;
180					interrupts = <22 IRQ_TYPE_LEVEL_HIGH 7>;
181					clocks = <&pmc PMC_TYPE_PERIPHERAL 22>;
182					clock-names = "usart";
183					pinctrl-names = "default";
184					pinctrl-0 = <&pinctrl_flx3_default>;
185					atmel,fifo-size = <32>;
186					status = "disabled"; /* Conflict with isc. */
187				};
188
189				spi2: spi@400 {
190					compatible = "atmel,at91rm9200-spi";
191					reg = <0x400 0x200>;
192					interrupts = <22 IRQ_TYPE_LEVEL_HIGH 7>;
193					clocks = <&pmc PMC_TYPE_PERIPHERAL 22>;
194					clock-names = "spi_clk";
195					pinctrl-names = "default";
196					pinctrl-0 = <&pinctrl_flx3_default>;
197					atmel,fifo-size = <16>;
198					status = "disabled"; /* Conflict with isc. */
199				};
200			};
201
202			flx4: flexcom@fc018000 {
203				atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_SPI>;
204				status = "okay";
205
206				uart6: serial@200 {
207					compatible = "atmel,at91sam9260-usart";
208					reg = <0x200 0x200>;
209					interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
210					clocks = <&pmc PMC_TYPE_PERIPHERAL 23>;
211					clock-names = "usart";
212					pinctrl-names = "default";
213					pinctrl-0 = <&pinctrl_flx4_default>;
214					atmel,fifo-size = <32>;
215					status = "disabled"; /* Conflict with spi3 and i2c3. */
216				};
217
218				spi3: spi@400 {
219					compatible = "atmel,at91rm9200-spi";
220					reg = <0x400 0x200>;
221					interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
222					clocks = <&pmc PMC_TYPE_PERIPHERAL 23>;
223					clock-names = "spi_clk";
224					pinctrl-names = "default";
225					pinctrl-0 = <&pinctrl_mikrobus_spi &pinctrl_mikrobus1_spi_cs &pinctrl_mikrobus2_spi_cs>;
226					atmel,fifo-size = <16>;
227					status = "okay"; /* Conflict with uart6 and i2c3. */
228				};
229
230				i2c3: i2c@600 {
231					compatible = "atmel,sama5d2-i2c";
232					reg = <0x600 0x200>;
233					interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
234					dmas = <0>, <0>;
235					dma-names = "tx", "rx";
236					#address-cells = <1>;
237					#size-cells = <0>;
238					clocks = <&pmc PMC_TYPE_PERIPHERAL 23>;
239					pinctrl-names = "default";
240					pinctrl-0 = <&pinctrl_flx4_default>;
241					atmel,fifo-size = <16>;
242					status = "disabled"; /* Conflict with uart6 and spi3. */
243				};
244			};
245
246			i2c1: i2c@fc028000 {
247				dmas = <0>, <0>;
248				pinctrl-names = "default";
249				pinctrl-0 = <&pinctrl_i2c1_default>;
250				status = "okay";
251			};
252
253			adc: adc@fc030000 {
254				vddana-supply = <&vddana>;
255				vref-supply = <&advref>;
256
257				status = "disabled";
258			};
259
260			pinctrl@fc038000 {
261
262				pinctrl_can1_default: can1_default {
263					pinmux = <PIN_PC26__CANTX1>,
264						 <PIN_PC27__CANRX1>;
265					bias-disable;
266				};
267
268				pinctrl_flx3_default: flx3_default {
269					pinmux = <PIN_PC20__FLEXCOM3_IO0>,
270						 <PIN_PC19__FLEXCOM3_IO1>,
271						 <PIN_PC18__FLEXCOM3_IO2>,
272						 <PIN_PC21__FLEXCOM3_IO3>,
273						 <PIN_PC22__FLEXCOM3_IO4>;
274					bias-disable;
275				};
276
277				pinctrl_i2c1_default: i2c1_default {
278					pinmux = <PIN_PD4__TWD1>,
279						 <PIN_PD5__TWCK1>;
280					bias-disable;
281				};
282
283				pinctrl_isc_base: isc_base {
284					pinmux = <PIN_PC21__ISC_PCK>,
285						 <PIN_PC22__ISC_VSYNC>,
286						 <PIN_PC23__ISC_HSYNC>,
287						 <PIN_PC24__ISC_MCK>;
288					bias-disable;
289				};
290
291				pinctrl_isc_data_8bit: isc_data_8bit {
292					pinmux = <PIN_PC20__ISC_D11>,
293						 <PIN_PC19__ISC_D10>,
294						 <PIN_PC18__ISC_D9>,
295						 <PIN_PC17__ISC_D8>,
296						 <PIN_PC16__ISC_D7>,
297						 <PIN_PC15__ISC_D6>,
298						 <PIN_PC14__ISC_D5>,
299						 <PIN_PC13__ISC_D4>;
300					bias-disable;
301				};
302
303				pinctrl_isc_data_9_10: isc_data_9_10 {
304					pinmux = <PIN_PC12__ISC_D3>,
305						 <PIN_PC11__ISC_D2>;
306					bias-disable;
307				};
308
309				pinctrl_isc_data_11_12: isc_data_11_12 {
310					pinmux = <PIN_PC10__ISC_D1>,
311						 <PIN_PC9__ISC_D0>;
312					bias-disable;
313				};
314
315				pinctrl_key_gpio_default: key_gpio_default {
316					pinmux = <PIN_PA29__GPIO>;
317					bias-pull-up;
318				};
319
320				pinctrl_led_gpio_default: led_gpio_default {
321					pinmux = <PIN_PA10__GPIO>,
322						 <PIN_PB1__GPIO>,
323						 <PIN_PA31__GPIO>;
324					bias-pull-up;
325				};
326
327				pinctrl_sdmmc0_default: sdmmc0_default {
328					cmd_data {
329						pinmux = <PIN_PA1__SDMMC0_CMD>,
330							 <PIN_PA2__SDMMC0_DAT0>,
331							 <PIN_PA3__SDMMC0_DAT1>,
332							 <PIN_PA4__SDMMC0_DAT2>,
333							 <PIN_PA5__SDMMC0_DAT3>,
334							 <PIN_PA6__SDMMC0_DAT4>,
335							 <PIN_PA7__SDMMC0_DAT5>,
336							 <PIN_PA8__SDMMC0_DAT6>,
337							 <PIN_PA9__SDMMC0_DAT7>;
338						bias-disable;
339					};
340
341					ck_cd_vddsel {
342						pinmux = <PIN_PA0__SDMMC0_CK>,
343							 <PIN_PA11__SDMMC0_VDDSEL>,
344							 <PIN_PA13__SDMMC0_CD>;
345						bias-disable;
346					};
347				};
348
349				pinctrl_sdmmc1_default: sdmmc1_default {
350					cmd_data {
351						pinmux = <PIN_PA28__SDMMC1_CMD>,
352							 <PIN_PA18__SDMMC1_DAT0>,
353							 <PIN_PA19__SDMMC1_DAT1>,
354							 <PIN_PA20__SDMMC1_DAT2>,
355							 <PIN_PA21__SDMMC1_DAT3>;
356						bias-disable;
357					};
358
359					conf-ck_cd {
360						pinmux = <PIN_PA22__SDMMC1_CK>,
361							 <PIN_PA30__SDMMC1_CD>;
362						bias-disable;
363					};
364				};
365
366				pinctrl_spi0_default: spi0_default {
367					pinmux = <PIN_PA14__SPI0_SPCK>,
368						 <PIN_PA15__SPI0_MOSI>,
369						 <PIN_PA16__SPI0_MISO>,
370						 <PIN_PA17__SPI0_NPCS0>;
371					bias-disable;
372				};
373
374				pinctrl_uart1_default: uart1_default {
375					pinmux = <PIN_PD2__URXD1>,
376						 <PIN_PD3__UTXD1>;
377					bias-disable;
378				};
379
380				pinctrl_uart3_default: uart3_default {
381					pinmux = <PIN_PC12__URXD3>,
382						 <PIN_PC13__UTXD3>;
383					bias-disable;
384				};
385
386				pinctrl_usb_default: usb_default {
387					pinmux = <PIN_PA27__GPIO>,
388						 <PIN_PD19__GPIO>;
389					bias-disable;
390				};
391
392				pinctrl_usba_vbus: usba_vbus {
393					pinmux = <PIN_PD20__GPIO>;
394					bias-disable;
395				};
396
397				pinctrl_mikrobus1_an: mikrobus1_an {
398					pinmux = <PIN_PD25__GPIO>;
399					bias-disable;
400				};
401
402				pinctrl_mikrobus2_an: mikrobus2_an {
403					pinmux = <PIN_PD26__GPIO>;
404					bias-disable;
405				};
406
407				pinctrl_mikrobus1_rst: mikrobus1_rst {
408					pinmux = <PIN_PB2__GPIO>;
409					bias-disable;
410				};
411
412				pinctrl_mikrobus2_rst: mikrobus2_rst {
413					pinmux = <PIN_PA26__GPIO>;
414					bias-disable;
415				};
416
417				pinctrl_mikrobus1_spi_cs: mikrobus1_spi_cs {
418					pinmux = <PIN_PD0__FLEXCOM4_IO4>;
419					bias-disable;
420				};
421
422				pinctrl_mikrobus2_spi_cs: mikrobus2_spi_cs {
423					pinmux = <PIN_PC31__FLEXCOM4_IO3>;
424					bias-disable;
425				};
426
427				pinctrl_mikrobus_spi: mikrobus_spi {
428					pinmux = <PIN_PC28__FLEXCOM4_IO0>,
429						 <PIN_PC29__FLEXCOM4_IO1>,
430						 <PIN_PC30__FLEXCOM4_IO2>;
431					bias-disable;
432				};
433
434				pinctrl_mikrobus1_pwm: mikrobus1_pwm {
435					pinmux = <PIN_PB1__PWML1>;
436					bias-disable;
437				};
438
439				pinctrl_mikrobus2_pwm: mikrobus2_pwm {
440					pinmux = <PIN_PA31__PWML0>;
441					bias-disable;
442				};
443
444				pinctrl_mikrobus1_int: mikrobus1_int {
445					pinmux = <PIN_PB0__GPIO>;
446					bias-disable;
447				};
448
449				pinctrl_mikrobus2_int: mikrobus2_int {
450					pinmux = <PIN_PA25__GPIO>;
451					bias-disable;
452				};
453
454				pinctrl_mikrobus1_uart: mikrobus1_uart {
455					pinmux = <PIN_PB3__URXD4>,
456						 <PIN_PB4__UTXD4>;
457					bias-disable;
458				};
459
460				pinctrl_mikrobus2_uart: mikrobus2_uart {
461					pinmux = <PIN_PD23__URXD2>,
462						 <PIN_PD24__UTXD2>;
463					bias-disable;
464				};
465
466				pinctrl_mikrobus_i2c: mikrobus1_i2c {
467					pinmux = <PIN_PA24__FLEXCOM1_IO0>,
468						 <PIN_PA23__FLEXCOM1_IO1>;
469					bias-disable;
470				};
471
472				pinctrl_flx4_default: flx4_uart_default {
473					pinmux = <PIN_PC28__FLEXCOM4_IO0>,
474						 <PIN_PC29__FLEXCOM4_IO1>,
475						 <PIN_PC30__FLEXCOM4_IO2>,
476						 <PIN_PC31__FLEXCOM4_IO3>,
477						 <PIN_PD0__FLEXCOM4_IO4>;
478					bias-disable;
479				};
480			};
481
482			can1: can@fc050000 {
483				pinctrl-names = "default";
484				pinctrl-0 = <&pinctrl_can1_default>;
485				status = "okay";
486			};
487		};
488	};
489
490	gpio_keys {
491		compatible = "gpio-keys";
492
493		pinctrl-names = "default";
494		pinctrl-0 = <&pinctrl_key_gpio_default>;
495
496		pb4 {
497			label = "USER";
498			gpios = <&pioA PIN_PA29 GPIO_ACTIVE_LOW>;
499			linux,code = <0x104>;
500			wakeup-source;
501		};
502	};
503
504	leds {
505		compatible = "gpio-leds";
506		pinctrl-names = "default";
507		pinctrl-0 = <&pinctrl_led_gpio_default>;
508		status = "okay"; /* Conflict with pwm0. */
509
510		red {
511			label = "red";
512			gpios = <&pioA PIN_PA10 GPIO_ACTIVE_HIGH>;
513		};
514
515		green {
516			label = "green";
517			gpios = <&pioA PIN_PB1 GPIO_ACTIVE_HIGH>;
518		};
519
520		blue {
521			label = "blue";
522			gpios = <&pioA PIN_PA31 GPIO_ACTIVE_HIGH>;
523			linux,default-trigger = "heartbeat";
524		};
525	};
526
527	vddin_3v3: fixed-regulator-vddin_3v3 {
528		compatible = "regulator-fixed";
529
530		regulator-name = "VDDIN_3V3";
531		regulator-min-microvolt = <3300000>;
532		regulator-max-microvolt = <3300000>;
533		regulator-always-on;
534		regulator-boot-on;
535		status = "okay";
536	};
537
538	vddana: fixed-regulator-vddana {
539		compatible = "regulator-fixed";
540
541		regulator-name = "VDDANA";
542		regulator-min-microvolt = <3300000>;
543		regulator-max-microvolt = <3300000>;
544		regulator-always-on;
545		regulator-boot-on;
546		vin-supply = <&vddin_3v3>;
547		status = "okay";
548	};
549
550	advref: fixed-regulator-advref {
551		compatible = "regulator-fixed";
552
553		regulator-name = "advref";
554		regulator-min-microvolt = <3300000>;
555		regulator-max-microvolt = <3300000>;
556		regulator-always-on;
557		regulator-boot-on;
558		vin-supply = <&vddana>;
559		status = "okay";
560	};
561};
v4.17
 
  1/*
  2 * at91-sama5d27_som1_ek.dts - Device Tree file for SAMA5D27-SOM1-EK board
  3 *
  4 *  Copyright (c) 2017, Microchip Technology Inc.
  5 *                2016 Nicolas Ferre <nicolas.ferre@atmel.com>
  6 *                2017 Cristian Birsan <cristian.birsan@microchip.com>
  7 *                2017 Claudiu Beznea <claudiu.beznea@microchip.com>
  8 *
  9 * This file is dual-licensed: you can use it either under the terms
 10 * of the GPL or the X11 license, at your option. Note that this dual
 11 * licensing only applies to this file, and not this project as a
 12 * whole.
 13 *
 14 *  a) This file is free software; you can redistribute it and/or
 15 *     modify it under the terms of the GNU General Public License as
 16 *     published by the Free Software Foundation; either version 2 of the
 17 *     License, or (at your option) any later version.
 18 *
 19 *     This file is distributed in the hope that it will be useful,
 20 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 21 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 22 *     GNU General Public License for more details.
 23 *
 24 * Or, alternatively,
 25 *
 26 *  b) Permission is hereby granted, free of charge, to any person
 27 *     obtaining a copy of this software and associated documentation
 28 *     files (the "Software"), to deal in the Software without
 29 *     restriction, including without limitation the rights to use,
 30 *     copy, modify, merge, publish, distribute, sublicense, and/or
 31 *     sell copies of the Software, and to permit persons to whom the
 32 *     Software is furnished to do so, subject to the following
 33 *     conditions:
 34 *
 35 *     The above copyright notice and this permission notice shall be
 36 *     included in all copies or substantial portions of the Software.
 37 *
 38 *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 39 *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 40 *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 41 *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 42 *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 43 *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 44 *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 45 *     OTHER DEALINGS IN THE SOFTWARE.
 46 */
 47/dts-v1/;
 48#include "at91-sama5d27_som1.dtsi"
 49#include <dt-bindings/mfd/atmel-flexcom.h>
 50#include <dt-bindings/gpio/gpio.h>
 51
 52/ {
 53	model = "Atmel SAMA5D27 SOM1 EK";
 54	compatible = "atmel,sama5d27-som1-ek", "atmel,sama5d27-som1", "atmel,sama5d27", "atmel,sama5d2", "atmel,sama5";
 55
 56	aliases {
 57		serial0 = &uart1;	/* DBGU */
 58		serial1 = &uart4;	/* mikro BUS 1 */
 59		serial2 = &uart2;	/* mikro BUS 2 */
 60		i2c1	= &i2c1;
 61		i2c2	= &i2c2;
 62	};
 63
 64	chosen {
 65		stdout-path = "serial0:115200n8";
 66	};
 67
 68	ahb {
 69		usb0: gadget@300000 {
 70			atmel,vbus-gpio = <&pioA PIN_PD20 GPIO_ACTIVE_HIGH>;
 71			pinctrl-names = "default";
 72			pinctrl-0 = <&pinctrl_usba_vbus>;
 73			status = "okay";
 74		};
 75
 76		usb1: ohci@400000 {
 77			num-ports = <3>;
 78			atmel,vbus-gpio = <0 /* &pioA PIN_PD20 GPIO_ACTIVE_HIGH */
 79					   &pioA PIN_PA27 GPIO_ACTIVE_HIGH
 80					   0
 81					  >;
 82			pinctrl-names = "default";
 83			pinctrl-0 = <&pinctrl_usb_default>;
 84			status = "okay";
 85		};
 86
 87		usb2: ehci@500000 {
 88			status = "okay";
 89		};
 90
 91		sdmmc0: sdio-host@a0000000 {
 92			bus-width = <8>;
 93			pinctrl-names = "default";
 94			pinctrl-0 = <&pinctrl_sdmmc0_default>;
 95			status = "okay";
 96		};
 97
 98		sdmmc1: sdio-host@b0000000 {
 99			bus-width = <4>;
100			pinctrl-names = "default";
101			pinctrl-0 = <&pinctrl_sdmmc1_default>;
102			status = "okay";
103		};
104
105		apb {
106			isc: isc@f0008000 {
107				pinctrl-names = "default";
108				pinctrl-0 = <&pinctrl_isc_base &pinctrl_isc_data_8bit &pinctrl_isc_data_9_10 &pinctrl_isc_data_11_12>;
109				status = "okay";
110			};
111
 
 
 
 
112			spi0: spi@f8000000 {
113				pinctrl-names = "default";
114				pinctrl-0 = <&pinctrl_spi0_default>;
115				status = "okay";
116			};
117
118			macb0: ethernet@f8008000 {
119				status = "okay";
120			};
121
122			tcb0: timer@f800c000 {
123				timer0: timer@0 {
124					compatible = "atmel,tcb-timer";
125					reg = <0>;
126				};
127
128				timer1: timer@1 {
129					compatible = "atmel,tcb-timer";
130					reg = <1>;
131				};
132			};
133
134			uart1: serial@f8020000 {
135				pinctrl-names = "default";
136				pinctrl-0 = <&pinctrl_uart1_default>;
137				atmel,use-dma-rx;
138				atmel,use-dma-tx;
139				status = "okay";
140			};
141
142			uart2: serial@f8024000 {
143				pinctrl-names = "default";
144				pinctrl-0 = <&pinctrl_mikrobus2_uart>;
145				atmel,use-dma-rx;
146				atmel,use-dma-tx;
147				status = "okay";
148			};
149
150			pwm0: pwm@f802c000 {
151				pinctrl-names = "default";
152				pinctrl-0 = <&pinctrl_mikrobus1_pwm &pinctrl_mikrobus2_pwm>;
153				status = "disabled"; /* Conflict with leds. */
154			};
155
156			flx1: flexcom@f8038000 {
157				atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
158				status = "okay";
159
160				i2c2: i2c@600 {
161					compatible = "atmel,sama5d2-i2c";
162					reg = <0x600 0x200>;
163					interrupts = <20 IRQ_TYPE_LEVEL_HIGH 7>;
164					dmas = <0>, <0>;
165					dma-names = "tx", "rx";
166					#address-cells = <1>;
167					#size-cells = <0>;
168					clocks = <&flx1_clk>;
169					pinctrl-names = "default";
170					pinctrl-0 = <&pinctrl_mikrobus_i2c>;
171					atmel,fifo-size = <16>;
172					status = "okay";
173				};
174			};
175
176			shdwc@f8048010 {
177				atmel,shdwc-debouncer = <976>;
178				atmel,wakeup-rtc-timer;
179
180				input@0 {
181					reg = <0>;
182					atmel,wakeup-type = "low";
183				};
184			};
185
186			watchdog@f8048040 {
187				status = "okay";
188			};
189
190			uart3: serial@fc008000 {
191				atmel,use-dma-rx;
192				atmel,use-dma-tx;
193				pinctrl-names = "default";
194				pinctrl-0 = <&pinctrl_uart3_default>;
195				status = "disabled"; /* Conflict with isc. */
196			};
197
198			uart4: serial@fc00c000 {
199				atmel,use-dma-rx;
200				atmel,use-dma-tx;
201				pinctrl-names = "default";
202				pinctrl-0 = <&pinctrl_mikrobus1_uart>;
203				status = "okay";
204			};
205
206			flx3: flexcom@fc014000 {
207				atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_SPI>;
208				status = "disabled";
209
210				uart7: serial@200 {
211					compatible = "atmel,at91sam9260-usart";
212					reg = <0x200 0x200>;
213					interrupts = <22 IRQ_TYPE_LEVEL_HIGH 7>;
214					clocks = <&flx3_clk>;
215					clock-names = "usart";
216					pinctrl-names = "default";
217					pinctrl-0 = <&pinctrl_flx3_default>;
218					atmel,fifo-size = <32>;
219					status = "disabled"; /* Conflict with isc. */
220				};
221
222				spi2: spi@400 {
223					compatible = "atmel,at91rm9200-spi";
224					reg = <0x400 0x200>;
225					interrupts = <22 IRQ_TYPE_LEVEL_HIGH 7>;
226					clocks = <&flx3_clk>;
227					clock-names = "spi_clk";
228					pinctrl-names = "default";
229					pinctrl-0 = <&pinctrl_flx3_default>;
230					atmel,fifo-size = <16>;
231					status = "disabled"; /* Conflict with isc. */
232				};
233			};
234
235			flx4: flexcom@fc018000 {
236				atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_SPI>;
237				status = "okay";
238
239				uart6: serial@200 {
240					compatible = "atmel,at91sam9260-usart";
241					reg = <0x200 0x200>;
242					interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
243					clocks = <&flx4_clk>;
244					clock-names = "usart";
245					pinctrl-names = "default";
246					pinctrl-0 = <&pinctrl_flx4_default>;
247					atmel,fifo-size = <32>;
248					status = "disabled"; /* Conflict with spi3 and i2c3. */
249				};
250
251				spi3: spi@400 {
252					compatible = "atmel,at91rm9200-spi";
253					reg = <0x400 0x200>;
254					interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
255					clocks = <&flx4_clk>;
256					clock-names = "spi_clk";
257					pinctrl-names = "default";
258					pinctrl-0 = <&pinctrl_mikrobus_spi &pinctrl_mikrobus1_spi_cs &pinctrl_mikrobus2_spi_cs>;
259					atmel,fifo-size = <16>;
260					status = "okay"; /* Conflict with uart6 and i2c3. */
261				};
262
263				i2c3: i2c@600 {
264					compatible = "atmel,sama5d2-i2c";
265					reg = <0x600 0x200>;
266					interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
267					dmas = <0>, <0>;
268					dma-names = "tx", "rx";
269					#address-cells = <1>;
270					#size-cells = <0>;
271					clocks = <&flx4_clk>;
272					pinctrl-names = "default";
273					pinctrl-0 = <&pinctrl_flx4_default>;
274					atmel,fifo-size = <16>;
275					status = "disabled"; /* Conflict with uart6 and spi3. */
276				};
277			};
278
279			i2c1: i2c@fc028000 {
280				dmas = <0>, <0>;
281				pinctrl-names = "default";
282				pinctrl-0 = <&pinctrl_i2c1_default>;
283				status = "okay";
284			};
285
 
 
 
 
 
 
 
286			pinctrl@fc038000 {
287
288				pinctrl_can1_default: can1_default {
289					pinmux = <PIN_PC26__CANTX1>,
290						 <PIN_PC27__CANRX1>;
291					bias-disable;
292				};
293
294				pinctrl_flx3_default: flx3_default {
295					pinmux = <PIN_PC20__FLEXCOM3_IO0>,
296						 <PIN_PC19__FLEXCOM3_IO1>,
297						 <PIN_PC18__FLEXCOM3_IO2>,
298						 <PIN_PC21__FLEXCOM3_IO3>,
299						 <PIN_PC22__FLEXCOM3_IO4>;
300					bias-disable;
301				};
302
303				pinctrl_i2c1_default: i2c1_default {
304					pinmux = <PIN_PD4__TWD1>,
305						 <PIN_PD5__TWCK1>;
306					bias-disable;
307				};
308
309				pinctrl_isc_base: isc_base {
310					pinmux = <PIN_PC21__ISC_PCK>,
311						 <PIN_PC22__ISC_VSYNC>,
312						 <PIN_PC23__ISC_HSYNC>,
313						 <PIN_PC24__ISC_MCK>;
314					bias-disable;
315				};
316
317				pinctrl_isc_data_8bit: isc_data_8bit {
318					pinmux = <PIN_PC20__ISC_D11>,
319						 <PIN_PC19__ISC_D10>,
320						 <PIN_PC18__ISC_D9>,
321						 <PIN_PC17__ISC_D8>,
322						 <PIN_PC16__ISC_D7>,
323						 <PIN_PC15__ISC_D6>,
324						 <PIN_PC14__ISC_D5>,
325						 <PIN_PC13__ISC_D4>;
326					bias-disable;
327				};
328
329				pinctrl_isc_data_9_10: isc_data_9_10 {
330					pinmux = <PIN_PC12__ISC_D3>,
331						 <PIN_PC11__ISC_D2>;
332					bias-disable;
333				};
334
335				pinctrl_isc_data_11_12: isc_data_11_12 {
336					pinmux = <PIN_PC10__ISC_D1>,
337						 <PIN_PC9__ISC_D0>;
338					bias-disable;
339				};
340
341				pinctrl_key_gpio_default: key_gpio_default {
342					pinmux = <PIN_PA29__GPIO>;
343					bias-pull-up;
344				};
345
346				pinctrl_led_gpio_default: led_gpio_default {
347					pinmux = <PIN_PA10__GPIO>,
348						 <PIN_PB1__GPIO>,
349						 <PIN_PA31__GPIO>;
350					bias-pull-up;
351				};
352
353				pinctrl_sdmmc0_default: sdmmc0_default {
354					cmd_data {
355						pinmux = <PIN_PA1__SDMMC0_CMD>,
356							 <PIN_PA2__SDMMC0_DAT0>,
357							 <PIN_PA3__SDMMC0_DAT1>,
358							 <PIN_PA4__SDMMC0_DAT2>,
359							 <PIN_PA5__SDMMC0_DAT3>,
360							 <PIN_PA6__SDMMC0_DAT4>,
361							 <PIN_PA7__SDMMC0_DAT5>,
362							 <PIN_PA8__SDMMC0_DAT6>,
363							 <PIN_PA9__SDMMC0_DAT7>;
364						bias-disable;
365					};
366
367					ck_cd_vddsel {
368						pinmux = <PIN_PA0__SDMMC0_CK>,
369							 <PIN_PA11__SDMMC0_VDDSEL>,
370							 <PIN_PA13__SDMMC0_CD>;
371						bias-disable;
372					};
373				};
374
375				pinctrl_sdmmc1_default: sdmmc1_default {
376					cmd_data {
377						pinmux = <PIN_PA28__SDMMC1_CMD>,
378							 <PIN_PA18__SDMMC1_DAT0>,
379							 <PIN_PA19__SDMMC1_DAT1>,
380							 <PIN_PA20__SDMMC1_DAT2>,
381							 <PIN_PA21__SDMMC1_DAT3>;
382						bias-disable;
383					};
384
385					conf-ck_cd {
386						pinmux = <PIN_PA22__SDMMC1_CK>,
387							 <PIN_PA30__SDMMC1_CD>;
388						bias-disable;
389					};
390				};
391
392				pinctrl_spi0_default: spi0_default {
393					pinmux = <PIN_PA14__SPI0_SPCK>,
394						 <PIN_PA15__SPI0_MOSI>,
395						 <PIN_PA16__SPI0_MISO>,
396						 <PIN_PA17__SPI0_NPCS0>;
397					bias-disable;
398				};
399
400				pinctrl_uart1_default: uart1_default {
401					pinmux = <PIN_PD2__URXD1>,
402						 <PIN_PD3__UTXD1>;
403					bias-disable;
404				};
405
406				pinctrl_uart3_default: uart3_default {
407					pinmux = <PIN_PC12__URXD3>,
408						 <PIN_PC13__UTXD3>;
409					bias-disable;
410				};
411
412				pinctrl_usb_default: usb_default {
413					pinmux = <PIN_PA27__GPIO>,
414						 <PIN_PD19__GPIO>;
415					bias-disable;
416				};
417
418				pinctrl_usba_vbus: usba_vbus {
419					pinmux = <PIN_PD20__GPIO>;
420					bias-disable;
421				};
422
423				pinctrl_mikrobus1_an: mikrobus1_an {
424					pinmux = <PIN_PD25__GPIO>;
425					bias-disable;
426				};
427
428				pinctrl_mikrobus2_an: mikrobus2_an {
429					pinmux = <PIN_PD26__GPIO>;
430					bias-disable;
431				};
432
433				pinctrl_mikrobus1_rst: mikrobus1_rst {
434					pinmux = <PIN_PB2__GPIO>;
435					bias-disable;
436				};
437
438				pinctrl_mikrobus2_rst: mikrobus2_rst {
439					pinmux = <PIN_PA26__GPIO>;
440					bias-disable;
441				};
442
443				pinctrl_mikrobus1_spi_cs: mikrobus1_spi_cs {
444					pinmux = <PIN_PD0__FLEXCOM4_IO4>;
445					bias-disable;
446				};
447
448				pinctrl_mikrobus2_spi_cs: mikrobus2_spi_cs {
449					pinmux = <PIN_PC31__FLEXCOM4_IO3>;
450					bias-disable;
451				};
452
453				pinctrl_mikrobus_spi: mikrobus_spi {
454					pinmux = <PIN_PC28__FLEXCOM4_IO0>,
455						 <PIN_PC29__FLEXCOM4_IO1>,
456						 <PIN_PC30__FLEXCOM4_IO2>;
457					bias-disable;
458				};
459
460				pinctrl_mikrobus1_pwm: mikrobus1_pwm {
461					pinmux = <PIN_PB1__PWML1>;
462					bias-disable;
463				};
464
465				pinctrl_mikrobus2_pwm: mikrobus2_pwm {
466					pinmux = <PIN_PA31__PWML0>;
467					bias-disable;
468				};
469
470				pinctrl_mikrobus1_int: mikrobus1_int {
471					pinmux = <PIN_PB0__GPIO>;
472					bias-disable;
473				};
474
475				pinctrl_mikrobus2_int: mikrobus2_int {
476					pinmux = <PIN_PA25__GPIO>;
477					bias-disable;
478				};
479
480				pinctrl_mikrobus1_uart: mikrobus1_uart {
481					pinmux = <PIN_PB3__URXD4>,
482						 <PIN_PB4__UTXD4>;
483					bias-disable;
484				};
485
486				pinctrl_mikrobus2_uart: mikrobus2_uart {
487					pinmux = <PIN_PD23__URXD2>,
488						 <PIN_PD24__UTXD2>;
489					bias-disable;
490				};
491
492				pinctrl_mikrobus_i2c: mikrobus1_i2c {
493					pinmux = <PIN_PA24__FLEXCOM1_IO0>,
494						 <PIN_PA23__FLEXCOM1_IO1>;
495					bias-disable;
496				};
497
498				pinctrl_flx4_default: flx4_uart_default {
499					pinmux = <PIN_PC28__FLEXCOM4_IO0>,
500						 <PIN_PC29__FLEXCOM4_IO1>,
501						 <PIN_PC30__FLEXCOM4_IO2>,
502						 <PIN_PC31__FLEXCOM4_IO3>,
503						 <PIN_PD0__FLEXCOM4_IO4>;
504					bias-disable;
505				};
506			};
507
508			can1: can@fc050000 {
509				pinctrl-names = "default";
510				pinctrl-0 = <&pinctrl_can1_default>;
511				status = "okay";
512			};
513		};
514	};
515
516	gpio_keys {
517		compatible = "gpio-keys";
518
519		pinctrl-names = "default";
520		pinctrl-0 = <&pinctrl_key_gpio_default>;
521
522		pb4 {
523			label = "USER";
524			gpios = <&pioA PIN_PA29 GPIO_ACTIVE_LOW>;
525			linux,code = <0x104>;
526			wakeup-source;
527		};
528	};
529
530	leds {
531		compatible = "gpio-leds";
532		pinctrl-names = "default";
533		pinctrl-0 = <&pinctrl_led_gpio_default>;
534		status = "okay"; /* Conflict with pwm0. */
535
536		red {
537			label = "red";
538			gpios = <&pioA PIN_PA10 GPIO_ACTIVE_HIGH>;
539		};
540
541		green {
542			label = "green";
543			gpios = <&pioA PIN_PB1 GPIO_ACTIVE_HIGH>;
544		};
545
546		blue {
547			label = "blue";
548			gpios = <&pioA PIN_PA31 GPIO_ACTIVE_HIGH>;
549			linux,default-trigger = "heartbeat";
550		};
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551	};
552};