2 * sama5d2.dtsi - Device Tree Include file for SAMA5D2 family SoC
4 * Copyright (C) 2015 Atmel,
5 * 2015 Ludovic Desroches <ludovic.desroches@atmel.com>
7 * This file is dual-licensed: you can use it either under the terms
8 * of the GPL or the X11 license, at your option. Note that this dual
9 * licensing only applies to this file, and not this project as a
12 * a) This file is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License as
14 * published by the Free Software Foundation; either version 2 of the
15 * License, or (at your option) any later version.
17 * This file is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
24 * b) Permission is hereby granted, free of charge, to any person
25 * obtaining a copy of this software and associated documentation
26 * files (the "Software"), to deal in the Software without
27 * restriction, including without limitation the rights to use,
28 * copy, modify, merge, publish, distribute, sublicense, and/or
29 * sell copies of the Software, and to permit persons to whom the
30 * Software is furnished to do so, subject to the following
33 * The above copyright notice and this permission notice shall be
34 * included in all copies or substantial portions of the Software.
36 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
38 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
39 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
41 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
43 * OTHER DEALINGS IN THE SOFTWARE.
46 #include "skeleton.dtsi"
47 #include <dt-bindings/dma/at91.h>
48 #include <dt-bindings/interrupt-controller/irq.h>
49 #include <dt-bindings/clock/at91.h>
52 model = "Atmel SAMA5D2 family SoC";
53 compatible = "atmel,sama5d2";
54 interrupt-parent = <&aic>;
69 compatible = "arm,cortex-a5";
71 next-level-cache = <&L2>;
76 compatible = "arm,cortex-a5-pmu";
77 interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>;
81 compatible = "arm,coresight-etb10", "arm,primecell";
82 reg = <0x740000 0x1000>;
85 clock-names = "apb_pclk";
90 remote-endpoint = <&etm_out>;
96 compatible = "arm,coresight-etm3x", "arm,primecell";
97 reg = <0x73C000 0x1000>;
100 clock-names = "apb_pclk";
104 remote-endpoint = <&etb_in>;
110 reg = <0x20000000 0x20000000>;
114 slow_xtal: slow_xtal {
115 compatible = "fixed-clock";
117 clock-frequency = <0>;
120 main_xtal: main_xtal {
121 compatible = "fixed-clock";
123 clock-frequency = <0>;
127 ns_sram: sram@00200000 {
128 compatible = "mmio-sram";
129 reg = <0x00200000 0x20000>;
133 compatible = "simple-bus";
134 #address-cells = <1>;
138 usb0: gadget@00300000 {
139 #address-cells = <1>;
141 compatible = "atmel,sama5d3-udc";
142 reg = <0x00300000 0x100000
144 interrupts = <42 IRQ_TYPE_LEVEL_HIGH 2>;
145 clocks = <&udphs_clk>, <&utmi>;
146 clock-names = "pclk", "hclk";
151 atmel,fifo-size = <64>;
152 atmel,nb-banks = <1>;
157 atmel,fifo-size = <1024>;
158 atmel,nb-banks = <3>;
165 atmel,fifo-size = <1024>;
166 atmel,nb-banks = <3>;
173 atmel,fifo-size = <1024>;
174 atmel,nb-banks = <2>;
181 atmel,fifo-size = <1024>;
182 atmel,nb-banks = <2>;
189 atmel,fifo-size = <1024>;
190 atmel,nb-banks = <2>;
197 atmel,fifo-size = <1024>;
198 atmel,nb-banks = <2>;
205 atmel,fifo-size = <1024>;
206 atmel,nb-banks = <2>;
213 atmel,fifo-size = <1024>;
214 atmel,nb-banks = <2>;
220 atmel,fifo-size = <1024>;
221 atmel,nb-banks = <2>;
227 atmel,fifo-size = <1024>;
228 atmel,nb-banks = <2>;
234 atmel,fifo-size = <1024>;
235 atmel,nb-banks = <2>;
241 atmel,fifo-size = <1024>;
242 atmel,nb-banks = <2>;
248 atmel,fifo-size = <1024>;
249 atmel,nb-banks = <2>;
255 atmel,fifo-size = <1024>;
256 atmel,nb-banks = <2>;
262 atmel,fifo-size = <1024>;
263 atmel,nb-banks = <2>;
268 usb1: ohci@00400000 {
269 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
270 reg = <0x00400000 0x100000>;
271 interrupts = <41 IRQ_TYPE_LEVEL_HIGH 2>;
272 clocks = <&uhphs_clk>, <&uhphs_clk>, <&uhpck>;
273 clock-names = "ohci_clk", "hclk", "uhpck";
277 usb2: ehci@00500000 {
278 compatible = "atmel,at91sam9g45-ehci", "usb-ehci";
279 reg = <0x00500000 0x100000>;
280 interrupts = <41 IRQ_TYPE_LEVEL_HIGH 2>;
281 clocks = <&utmi>, <&uhphs_clk>;
282 clock-names = "usb_clk", "ehci_clk";
286 L2: cache-controller@00a00000 {
287 compatible = "arm,pl310-cache";
288 reg = <0x00a00000 0x1000>;
289 interrupts = <63 IRQ_TYPE_LEVEL_HIGH 4>;
294 nand0: nand@80000000 {
295 compatible = "atmel,sama5d2-nand";
296 #address-cells = <1>;
299 reg = < /* EBI CS3 */
300 0x80000000 0x08000000
302 0xf8014070 0x00000490
303 /* SMC PMECC Error Location regs */
304 0xf8014500 0x00000200
305 /* ROM Galois tables */
306 0x00040000 0x00018000
308 interrupts = <17 IRQ_TYPE_LEVEL_HIGH 6>;
309 atmel,nand-addr-offset = <21>;
310 atmel,nand-cmd-offset = <22>;
313 atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
317 compatible = "atmel,sama5d3-nfc";
318 #address-cells = <1>;
320 reg = < /* NFC Command Registers */
321 0xc0000000 0x08000000
323 0xf8014000 0x00000070
325 0x00100000 0x00100000
327 clocks = <&hsmc_clk>;
332 sdmmc0: sdio-host@a0000000 {
333 compatible = "atmel,sama5d2-sdhci";
334 reg = <0xa0000000 0x300>;
335 interrupts = <31 IRQ_TYPE_LEVEL_HIGH 0>;
336 clocks = <&sdmmc0_hclk>, <&sdmmc0_gclk>, <&main>;
337 clock-names = "hclock", "multclk", "baseclk";
341 sdmmc1: sdio-host@b0000000 {
342 compatible = "atmel,sama5d2-sdhci";
343 reg = <0xb0000000 0x300>;
344 interrupts = <32 IRQ_TYPE_LEVEL_HIGH 0>;
345 clocks = <&sdmmc1_hclk>, <&sdmmc1_gclk>, <&main>;
346 clock-names = "hclock", "multclk", "baseclk";
351 compatible = "simple-bus";
352 #address-cells = <1>;
356 hlcdc: hlcdc@f0000000 {
357 compatible = "atmel,sama5d2-hlcdc";
358 reg = <0xf0000000 0x2000>;
359 interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>;
360 clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>;
361 clock-names = "periph_clk","sys_clk", "slow_clk";
364 hlcdc-display-controller {
365 compatible = "atmel,hlcdc-display-controller";
366 #address-cells = <1>;
370 #address-cells = <1>;
376 hlcdc_pwm: hlcdc-pwm {
377 compatible = "atmel,hlcdc-pwm";
382 ramc0: ramc@f000c000 {
383 compatible = "atmel,sama5d3-ddramc";
384 reg = <0xf000c000 0x200>;
385 clocks = <&ddrck>, <&mpddr_clk>;
386 clock-names = "ddrck", "mpddr";
389 dma0: dma-controller@f0010000 {
390 compatible = "atmel,sama5d4-dma";
391 reg = <0xf0010000 0x1000>;
392 interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;
394 clocks = <&dma0_clk>;
395 clock-names = "dma_clk";
398 /* Place dma1 here despite its address */
399 dma1: dma-controller@f0004000 {
400 compatible = "atmel,sama5d4-dma";
401 reg = <0xf0004000 0x1000>;
402 interrupts = <7 IRQ_TYPE_LEVEL_HIGH 0>;
404 clocks = <&dma1_clk>;
405 clock-names = "dma_clk";
409 compatible = "atmel,sama5d2-pmc", "syscon";
410 reg = <0xf0014000 0x160>;
411 interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>;
412 interrupt-controller;
413 #address-cells = <1>;
415 #interrupt-cells = <1>;
417 main_rc_osc: main_rc_osc {
418 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
420 interrupt-parent = <&pmc>;
421 interrupts = <AT91_PMC_MOSCRCS>;
422 clock-frequency = <12000000>;
423 clock-accuracy = <100000000>;
427 compatible = "atmel,at91rm9200-clk-main-osc";
429 interrupt-parent = <&pmc>;
430 interrupts = <AT91_PMC_MOSCS>;
431 clocks = <&main_xtal>;
435 compatible = "atmel,at91sam9x5-clk-main";
437 interrupt-parent = <&pmc>;
438 interrupts = <AT91_PMC_MOSCSELS>;
439 clocks = <&main_rc_osc &main_osc>;
443 compatible = "atmel,sama5d3-clk-pll";
445 interrupt-parent = <&pmc>;
446 interrupts = <AT91_PMC_LOCKA>;
449 atmel,clk-input-range = <12000000 12000000>;
450 #atmel,pll-clk-output-range-cells = <4>;
451 atmel,pll-clk-output-ranges = <600000000 1200000000 0 0>;
455 compatible = "atmel,at91sam9x5-clk-plldiv";
461 compatible = "atmel,at91sam9x5-clk-utmi";
463 interrupt-parent = <&pmc>;
464 interrupts = <AT91_PMC_LOCKU>;
469 compatible = "atmel,at91sam9x5-clk-master";
471 interrupt-parent = <&pmc>;
472 interrupts = <AT91_PMC_MCKRDY>;
473 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>;
474 atmel,clk-output-range = <124000000 166000000>;
475 atmel,clk-divisors = <1 2 4 3>;
480 compatible = "atmel,sama5d4-clk-h32mx";
485 compatible = "atmel,at91sam9x5-clk-usb";
487 clocks = <&plladiv>, <&utmi>;
491 compatible = "atmel,at91sam9x5-clk-programmable";
492 #address-cells = <1>;
494 interrupt-parent = <&pmc>;
495 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
500 interrupts = <AT91_PMC_PCKRDY(0)>;
506 interrupts = <AT91_PMC_PCKRDY(1)>;
512 interrupts = <AT91_PMC_PCKRDY(2)>;
517 compatible = "atmel,at91rm9200-clk-system";
518 #address-cells = <1>;
571 compatible = "atmel,at91sam9x5-clk-peripheral";
572 #address-cells = <1>;
576 macb0_clk: macb0_clk {
579 atmel,clk-output-range = <0 83000000>;
585 atmel,clk-output-range = <0 83000000>;
588 matrix1_clk: matrix1_clk {
601 atmel,clk-output-range = <0 83000000>;
607 atmel,clk-output-range = <0 83000000>;
613 atmel,clk-output-range = <0 83000000>;
619 atmel,clk-output-range = <0 83000000>;
625 atmel,clk-output-range = <0 83000000>;
631 atmel,clk-output-range = <0 83000000>;
634 uart0_clk: uart0_clk {
637 atmel,clk-output-range = <0 83000000>;
640 uart1_clk: uart1_clk {
643 atmel,clk-output-range = <0 83000000>;
646 uart2_clk: uart2_clk {
649 atmel,clk-output-range = <0 83000000>;
652 uart3_clk: uart3_clk {
655 atmel,clk-output-range = <0 83000000>;
658 uart4_clk: uart4_clk {
661 atmel,clk-output-range = <0 83000000>;
667 atmel,clk-output-range = <0 83000000>;
673 atmel,clk-output-range = <0 83000000>;
679 atmel,clk-output-range = <0 83000000>;
685 atmel,clk-output-range = <0 83000000>;
691 atmel,clk-output-range = <0 83000000>;
697 atmel,clk-output-range = <0 83000000>;
703 atmel,clk-output-range = <0 83000000>;
709 atmel,clk-output-range = <0 83000000>;
712 uhphs_clk: uhphs_clk {
715 atmel,clk-output-range = <0 83000000>;
718 udphs_clk: udphs_clk {
721 atmel,clk-output-range = <0 83000000>;
727 atmel,clk-output-range = <0 83000000>;
733 atmel,clk-output-range = <0 83000000>;
739 atmel,clk-output-range = <0 83000000>;
742 pdmic_clk: pdmic_clk {
745 atmel,clk-output-range = <0 83000000>;
748 securam_clk: securam_clk {
756 atmel,clk-output-range = <0 83000000>;
762 atmel,clk-output-range = <0 83000000>;
765 classd_clk: classd_clk {
768 atmel,clk-output-range = <0 83000000>;
773 compatible = "atmel,at91sam9x5-clk-peripheral";
774 #address-cells = <1>;
803 mpddr_clk: mpddr_clk {
808 matrix0_clk: matrix0_clk {
813 sdmmc0_hclk: sdmmc0_hclk {
818 sdmmc1_hclk: sdmmc1_hclk {
833 qspi0_clk: qspi0_clk {
838 qspi1_clk: qspi1_clk {
845 compatible = "atmel,sama5d2-clk-generated";
846 #address-cells = <1>;
848 interrupt-parent = <&pmc>;
849 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
851 sdmmc0_gclk: sdmmc0_gclk {
856 sdmmc1_gclk: sdmmc1_gclk {
861 tcb0_gclk: tcb0_gclk {
864 atmel,clk-output-range = <0 83000000>;
867 tcb1_gclk: tcb1_gclk {
870 atmel,clk-output-range = <0 83000000>;
876 atmel,clk-output-range = <0 83000000>;
879 pdmic_gclk: pdmic_gclk {
884 i2s0_gclk: i2s0_gclk {
889 i2s1_gclk: i2s1_gclk {
897 compatible = "atmel,at91sam9g46-sha";
898 reg = <0xf0028000 0x100>;
899 interrupts = <12 IRQ_TYPE_LEVEL_HIGH 0>;
901 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
902 AT91_XDMAC_DT_PERID(30))>;
905 clock-names = "sha_clk";
910 compatible = "atmel,at91sam9g46-aes";
911 reg = <0xf002c000 0x100>;
912 interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;
914 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
915 AT91_XDMAC_DT_PERID(26))>,
917 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
918 AT91_XDMAC_DT_PERID(27))>;
919 dma-names = "tx", "rx";
921 clock-names = "aes_clk";
926 compatible = "atmel,at91rm9200-spi";
927 reg = <0xf8000000 0x100>;
928 interrupts = <33 IRQ_TYPE_LEVEL_HIGH 7>;
930 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
931 AT91_XDMAC_DT_PERID(6))>,
933 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
934 AT91_XDMAC_DT_PERID(7))>;
935 dma-names = "tx", "rx";
936 clocks = <&spi0_clk>;
937 clock-names = "spi_clk";
938 atmel,fifo-size = <16>;
939 #address-cells = <1>;
945 compatible = "atmel,at91sam9g45-ssc";
946 reg = <0xf8004000 0x4000>;
947 interrupts = <43 IRQ_TYPE_LEVEL_HIGH 4>;
949 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
950 AT91_XDMAC_DT_PERID(21))>,
952 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
953 AT91_XDMAC_DT_PERID(22))>;
954 dma-names = "tx", "rx";
955 clocks = <&ssc0_clk>;
956 clock-names = "pclk";
960 macb0: ethernet@f8008000 {
961 compatible = "atmel,sama5d2-gem";
962 reg = <0xf8008000 0x1000>;
963 interrupts = <5 IRQ_TYPE_LEVEL_HIGH 3 /* Queue 0 */
964 66 IRQ_TYPE_LEVEL_HIGH 3 /* Queue 1 */
965 67 IRQ_TYPE_LEVEL_HIGH 3>; /* Queue 2 */
966 #address-cells = <1>;
968 clocks = <&macb0_clk>, <&macb0_clk>;
969 clock-names = "hclk", "pclk";
973 tcb0: timer@f800c000 {
974 compatible = "atmel,at91sam9x5-tcb";
975 reg = <0xf800c000 0x100>;
976 interrupts = <35 IRQ_TYPE_LEVEL_HIGH 0>;
977 clocks = <&tcb0_clk>, <&clk32k>;
978 clock-names = "t0_clk", "slow_clk";
981 tcb1: timer@f8010000 {
982 compatible = "atmel,at91sam9x5-tcb";
983 reg = <0xf8010000 0x100>;
984 interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
985 clocks = <&tcb1_clk>, <&clk32k>;
986 clock-names = "t0_clk", "slow_clk";
989 pdmic: pdmic@f8018000 {
990 compatible = "atmel,sama5d2-pdmic";
991 reg = <0xf8018000 0x124>;
992 interrupts = <48 IRQ_TYPE_LEVEL_HIGH 7>;
994 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1)
995 | AT91_XDMAC_DT_PERID(50))>;
997 clocks = <&pdmic_clk>, <&pdmic_gclk>;
998 clock-names = "pclk", "gclk";
1002 uart0: serial@f801c000 {
1003 compatible = "atmel,at91sam9260-usart";
1004 reg = <0xf801c000 0x100>;
1005 interrupts = <24 IRQ_TYPE_LEVEL_HIGH 7>;
1007 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1008 AT91_XDMAC_DT_PERID(35))>,
1010 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1011 AT91_XDMAC_DT_PERID(36))>;
1012 dma-names = "tx", "rx";
1013 clocks = <&uart0_clk>;
1014 clock-names = "usart";
1015 status = "disabled";
1018 uart1: serial@f8020000 {
1019 compatible = "atmel,at91sam9260-usart";
1020 reg = <0xf8020000 0x100>;
1021 interrupts = <25 IRQ_TYPE_LEVEL_HIGH 7>;
1023 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1024 AT91_XDMAC_DT_PERID(37))>,
1026 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1027 AT91_XDMAC_DT_PERID(38))>;
1028 dma-names = "tx", "rx";
1029 clocks = <&uart1_clk>;
1030 clock-names = "usart";
1031 status = "disabled";
1034 uart2: serial@f8024000 {
1035 compatible = "atmel,at91sam9260-usart";
1036 reg = <0xf8024000 0x100>;
1037 interrupts = <26 IRQ_TYPE_LEVEL_HIGH 7>;
1039 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1040 AT91_XDMAC_DT_PERID(39))>,
1042 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1043 AT91_XDMAC_DT_PERID(40))>;
1044 dma-names = "tx", "rx";
1045 clocks = <&uart2_clk>;
1046 clock-names = "usart";
1047 status = "disabled";
1050 i2c0: i2c@f8028000 {
1051 compatible = "atmel,sama5d2-i2c";
1052 reg = <0xf8028000 0x100>;
1053 interrupts = <29 IRQ_TYPE_LEVEL_HIGH 7>;
1055 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1056 AT91_XDMAC_DT_PERID(0))>,
1058 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1059 AT91_XDMAC_DT_PERID(1))>;
1060 dma-names = "tx", "rx";
1061 #address-cells = <1>;
1063 clocks = <&twi0_clk>;
1064 atmel,fifo-size = <16>;
1065 status = "disabled";
1069 compatible = "atmel,sama5d2-sfr", "syscon";
1070 reg = <0xf8030000 0x98>;
1073 flx0: flexcom@f8034000 {
1074 compatible = "atmel,sama5d2-flexcom";
1075 reg = <0xf8034000 0x200>;
1076 clocks = <&flx0_clk>;
1077 #address-cells = <1>;
1079 ranges = <0x0 0xf8034000 0x800>;
1080 status = "disabled";
1083 flx1: flexcom@f8038000 {
1084 compatible = "atmel,sama5d2-flexcom";
1085 reg = <0xf8038000 0x200>;
1086 clocks = <&flx1_clk>;
1087 #address-cells = <1>;
1089 ranges = <0x0 0xf8038000 0x800>;
1090 status = "disabled";
1093 securam: sram@f8044000 {
1094 compatible = "atmel,sama5d2-securam", "mmio-sram";
1095 reg = <0xf8044000 0x1420>;
1096 clocks = <&securam_clk>;
1097 #address-cells = <1>;
1099 ranges = <0 0xf8044000 0x1420>;
1103 compatible = "atmel,sama5d3-rstc";
1104 reg = <0xf8048000 0x10>;
1109 compatible = "atmel,sama5d2-shdwc";
1110 reg = <0xf8048010 0x10>;
1112 #address-cells = <1>;
1114 atmel,wakeup-rtc-timer;
1117 pit: timer@f8048030 {
1118 compatible = "atmel,at91sam9260-pit";
1119 reg = <0xf8048030 0x10>;
1120 interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
1125 compatible = "atmel,sama5d4-wdt";
1126 reg = <0xf8048040 0x10>;
1127 interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
1129 status = "disabled";
1132 clk32k: sckc@f8048050 {
1133 compatible = "atmel,sama5d4-sckc";
1134 reg = <0xf8048050 0x4>;
1136 clocks = <&slow_xtal>;
1141 compatible = "atmel,at91rm9200-rtc";
1142 reg = <0xf80480b0 0x30>;
1143 interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>;
1147 spi1: spi@fc000000 {
1148 compatible = "atmel,at91rm9200-spi";
1149 reg = <0xfc000000 0x100>;
1150 interrupts = <34 IRQ_TYPE_LEVEL_HIGH 7>;
1152 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1153 AT91_XDMAC_DT_PERID(8))>,
1155 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1156 AT91_XDMAC_DT_PERID(9))>;
1157 dma-names = "tx", "rx";
1158 clocks = <&spi1_clk>;
1159 clock-names = "spi_clk";
1160 atmel,fifo-size = <16>;
1161 #address-cells = <1>;
1163 status = "disabled";
1166 uart3: serial@fc008000 {
1167 compatible = "atmel,at91sam9260-usart";
1168 reg = <0xfc008000 0x100>;
1169 interrupts = <27 IRQ_TYPE_LEVEL_HIGH 7>;
1171 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1172 AT91_XDMAC_DT_PERID(41))>,
1174 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1175 AT91_XDMAC_DT_PERID(42))>;
1176 dma-names = "tx", "rx";
1177 clocks = <&uart3_clk>;
1178 clock-names = "usart";
1179 status = "disabled";
1182 uart4: serial@fc00c000 {
1183 compatible = "atmel,at91sam9260-usart";
1184 reg = <0xfc00c000 0x100>;
1186 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1187 AT91_XDMAC_DT_PERID(43))>,
1189 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1190 AT91_XDMAC_DT_PERID(44))>;
1191 dma-names = "tx", "rx";
1192 interrupts = <28 IRQ_TYPE_LEVEL_HIGH 7>;
1193 clocks = <&uart4_clk>;
1194 clock-names = "usart";
1195 status = "disabled";
1198 flx2: flexcom@fc010000 {
1199 compatible = "atmel,sama5d2-flexcom";
1200 reg = <0xfc010000 0x200>;
1201 clocks = <&flx2_clk>;
1202 #address-cells = <1>;
1204 ranges = <0x0 0xfc010000 0x800>;
1205 status = "disabled";
1208 flx3: flexcom@fc014000 {
1209 compatible = "atmel,sama5d2-flexcom";
1210 reg = <0xfc014000 0x200>;
1211 clocks = <&flx3_clk>;
1212 #address-cells = <1>;
1214 ranges = <0x0 0xfc014000 0x800>;
1215 status = "disabled";
1218 flx4: flexcom@fc018000 {
1219 compatible = "atmel,sama5d2-flexcom";
1220 reg = <0xfc018000 0x200>;
1221 clocks = <&flx4_clk>;
1222 #address-cells = <1>;
1224 ranges = <0x0 0xfc018000 0x800>;
1225 status = "disabled";
1229 compatible = "atmel,at91sam9g45-trng";
1230 reg = <0xfc01c000 0x100>;
1231 interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;
1232 clocks = <&trng_clk>;
1235 aic: interrupt-controller@fc020000 {
1236 #interrupt-cells = <3>;
1237 compatible = "atmel,sama5d2-aic";
1238 interrupt-controller;
1239 reg = <0xfc020000 0x200>;
1240 atmel,external-irqs = <49>;
1243 i2c1: i2c@fc028000 {
1244 compatible = "atmel,sama5d2-i2c";
1245 reg = <0xfc028000 0x100>;
1246 interrupts = <30 IRQ_TYPE_LEVEL_HIGH 7>;
1248 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1249 AT91_XDMAC_DT_PERID(2))>,
1251 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1252 AT91_XDMAC_DT_PERID(3))>;
1253 dma-names = "tx", "rx";
1254 #address-cells = <1>;
1256 clocks = <&twi1_clk>;
1257 atmel,fifo-size = <16>;
1258 status = "disabled";
1262 compatible = "atmel,sama5d2-adc";
1263 reg = <0xfc030000 0x100>;
1264 interrupts = <40 IRQ_TYPE_LEVEL_HIGH 7>;
1265 clocks = <&adc_clk>;
1266 clock-names = "adc_clk";
1267 atmel,min-sample-rate-hz = <200000>;
1268 atmel,max-sample-rate-hz = <20000000>;
1269 atmel,startup-time-ms = <4>;
1270 status = "disabled";
1273 pioA: pinctrl@fc038000 {
1274 compatible = "atmel,sama5d2-pinctrl";
1275 reg = <0xfc038000 0x600>;
1276 interrupts = <18 IRQ_TYPE_LEVEL_HIGH 7>,
1277 <68 IRQ_TYPE_LEVEL_HIGH 7>,
1278 <69 IRQ_TYPE_LEVEL_HIGH 7>,
1279 <70 IRQ_TYPE_LEVEL_HIGH 7>;
1280 interrupt-controller;
1281 #interrupt-cells = <2>;
1284 clocks = <&pioA_clk>;
1288 compatible = "atmel,sama5d2-secumod", "syscon";
1289 reg = <0xfc040000 0x100>;
1293 compatible = "atmel,at91sam9g46-tdes";
1294 reg = <0xfc044000 0x100>;
1295 interrupts = <11 IRQ_TYPE_LEVEL_HIGH 0>;
1297 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1298 AT91_XDMAC_DT_PERID(28))>,
1300 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
1301 AT91_XDMAC_DT_PERID(29))>;
1302 dma-names = "tx", "rx";
1303 clocks = <&tdes_clk>;
1304 clock-names = "tdes_clk";
1309 compatible = "atmel,sama5d2-chipid";
1310 reg = <0xfc069000 0x8>;