Lines Matching +full:serial +full:- +full:pins

1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * at91sam9rl.dtsi - Device Tree Include file for AT91SAM9RL family SoC
6 * Alexandre Belloni <alexandre.belloni@free-electrons.com>
9 #include <dt-bindings/pinctrl/at91.h>
10 #include <dt-bindings/clock/at91.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/pwm/pwm.h>
16 #address-cells = <1>;
17 #size-cells = <1>;
20 interrupt-parent = <&aic>;
41 #address-cells = <1>;
42 #size-cells = <0>;
45 compatible = "arm,arm926ej-s";
58 compatible = "fixed-clock";
59 #clock-cells = <0>;
60 clock-frequency = <0>;
64 compatible = "fixed-clock";
65 #clock-cells = <0>;
66 clock-frequency = <0>;
70 compatible = "fixed-clock";
71 #clock-cells = <0>;
72 clock-frequency = <1000000>;
77 compatible = "mmio-sram";
79 #address-cells = <1>;
80 #size-cells = <1>;
85 compatible = "simple-bus";
86 #address-cells = <1>;
87 #size-cells = <1>;
91 compatible = "atmel,at91sam9rl-lcdc";
94 pinctrl-names = "default";
95 pinctrl-0 = <&pinctrl_fb>;
97 clock-names = "hclk", "lcdc_clk";
102 compatible = "atmel,at91sam9rl-ebi";
103 #address-cells = <2>;
104 #size-cells = <1>;
117 nand_controller: nand-controller {
118 compatible = "atmel,at91sam9g45-nand-controller";
119 #address-cells = <2>;
120 #size-cells = <1>;
127 compatible = "simple-bus";
128 #address-cells = <1>;
129 #size-cells = <1>;
133 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
134 #address-cells = <1>;
135 #size-cells = <0>;
141 clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
148 #address-cells = <1>;
149 #size-cells = <0>;
150 pinctrl-names = "default";
152 clock-names = "mci_clk";
157 compatible = "atmel,at91sam9260-i2c";
160 #address-cells = <1>;
161 #size-cells = <0>;
167 compatible = "atmel,at91sam9260-i2c";
170 #address-cells = <1>;
171 #size-cells = <0>;
175 usart0: serial@fffb0000 {
176 compatible = "atmel,at91sam9260-usart";
179 atmel,use-dma-rx;
180 atmel,use-dma-tx;
181 pinctrl-names = "default";
182 pinctrl-0 = <&pinctrl_usart0>;
184 clock-names = "usart";
188 usart1: serial@fffb4000 {
189 compatible = "atmel,at91sam9260-usart";
192 atmel,use-dma-rx;
193 atmel,use-dma-tx;
194 pinctrl-names = "default";
195 pinctrl-0 = <&pinctrl_usart1>;
197 clock-names = "usart";
201 usart2: serial@fffb8000 {
202 compatible = "atmel,at91sam9260-usart";
205 atmel,use-dma-rx;
206 atmel,use-dma-tx;
207 pinctrl-names = "default";
208 pinctrl-0 = <&pinctrl_usart2>;
210 clock-names = "usart";
214 usart3: serial@fffbc000 {
215 compatible = "atmel,at91sam9260-usart";
218 atmel,use-dma-rx;
219 atmel,use-dma-tx;
220 pinctrl-names = "default";
221 pinctrl-0 = <&pinctrl_usart3>;
223 clock-names = "usart";
228 compatible = "atmel,at91sam9rl-ssc";
231 pinctrl-names = "default";
232 pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;
237 compatible = "atmel,at91sam9rl-ssc";
240 pinctrl-names = "default";
241 pinctrl-0 = <&pinctrl_ssc1_tx &pinctrl_ssc1_rx>;
246 compatible = "atmel,at91sam9rl-pwm";
249 #pwm-cells = <3>;
251 clock-names = "pwm_clk";
256 #address-cells = <1>;
257 #size-cells = <0>;
258 compatible = "atmel,at91rm9200-spi";
261 pinctrl-names = "default";
262 pinctrl-0 = <&pinctrl_spi0>;
264 clock-names = "spi_clk";
269 #address-cells = <1>;
270 #size-cells = <0>;
271 compatible = "atmel,at91sam9rl-adc";
275 clock-names = "adc_clk", "adc_op_clk";
276 atmel,adc-use-external-triggers;
277 atmel,adc-channels-used = <0x3f>;
278 atmel,adc-vref = <3300>;
279 atmel,adc-startup-time = <40>;
280 atmel,adc-res = <8 10>;
281 atmel,adc-res-names = "lowres", "highres";
282 atmel,adc-use-res = "highres";
285 trigger-name = "external-rising";
286 trigger-value = <0x1>;
287 trigger-external;
291 trigger-name = "external-falling";
292 trigger-value = <0x2>;
293 trigger-external;
297 trigger-name = "external-any";
298 trigger-value = <0x3>;
299 trigger-external;
303 trigger-name = "continuous";
304 trigger-value = <0x6>;
309 compatible = "atmel,at91sam9rl-udc";
314 clock-names = "pclk", "hclk";
318 dma0: dma-controller@ffffe600 {
319 compatible = "atmel,at91sam9rl-dma";
322 #dma-cells = <2>;
324 clock-names = "dma_clk";
328 compatible = "atmel,at91sam9260-sdramc";
333 compatible = "atmel,at91sam9260-smc", "syscon";
338 compatible = "atmel,at91sam9rl-matrix", "syscon";
342 aic: interrupt-controller@fffff000 {
343 #interrupt-cells = <3>;
344 compatible = "atmel,at91rm9200-aic";
345 interrupt-controller;
347 atmel,external-irqs = <31>;
350 dbgu: serial@fffff200 {
351 compatible = "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart";
354 pinctrl-names = "default";
355 pinctrl-0 = <&pinctrl_dbgu>;
357 clock-names = "usart";
362 #address-cells = <1>;
363 #size-cells = <1>;
364 compatible = "atmel,at91rm9200-pinctrl", "simple-bus";
367 atmel,mux-mask =
376 pinctrl_adc0_ts: adc0_ts-0 {
377 atmel,pins =
384 pinctrl_adc0_ad0: adc0_ad0-0 {
385 atmel,pins = <AT91_PIOA 17 AT91_PERIPH_A AT91_PINCTRL_NONE>;
388 pinctrl_adc0_ad1: adc0_ad1-0 {
389 atmel,pins = <AT91_PIOA 18 AT91_PERIPH_A AT91_PINCTRL_NONE>;
392 pinctrl_adc0_ad2: adc0_ad2-0 {
393 atmel,pins = <AT91_PIOA 19 AT91_PERIPH_A AT91_PINCTRL_NONE>;
396 pinctrl_adc0_ad3: adc0_ad3-0 {
397 atmel,pins = <AT91_PIOA 20 AT91_PERIPH_A AT91_PINCTRL_NONE>;
400 pinctrl_adc0_ad4: adc0_ad4-0 {
401 atmel,pins = <AT91_PIOD 6 AT91_PERIPH_A AT91_PINCTRL_NONE>;
404 pinctrl_adc0_ad5: adc0_ad5-0 {
405 atmel,pins = <AT91_PIOD 7 AT91_PERIPH_A AT91_PINCTRL_NONE>;
408 pinctrl_adc0_adtrg: adc0_adtrg-0 {
409 atmel,pins = <AT91_PIOB 15 AT91_PERIPH_A AT91_PINCTRL_NONE>;
414 pinctrl_dbgu: dbgu-0 {
415 atmel,pins =
422 pinctrl_ebi_addr_nand: ebi-addr-0 {
423 atmel,pins =
430 pinctrl_fb: fb-0 {
431 atmel,pins =
457 pinctrl_i2c_gpio0: i2c_gpio0-0 {
458 atmel,pins =
465 pinctrl_i2c_gpio1: i2c_gpio1-0 {
466 atmel,pins =
473 pinctrl_mmc0_clk: mmc0_clk-0 {
474 atmel,pins =
478 pinctrl_mmc0_slot0_cmd_dat0: mmc0_slot0_cmd_dat0-0 {
479 atmel,pins =
484 pinctrl_mmc0_slot0_dat1_3: mmc0_slot0_dat1_3-0 {
485 atmel,pins =
493 pinctrl_nand_rb: nand-rb-0 {
494 atmel,pins =
498 pinctrl_nand_cs: nand-cs-0 {
499 atmel,pins =
503 pinctrl_nand_oe_we: nand-oe-we-0 {
504 atmel,pins =
511 pinctrl_pwm0_pwm0_0: pwm0_pwm0-0 {
512 atmel,pins = <AT91_PIOB 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;
515 pinctrl_pwm0_pwm0_1: pwm0_pwm0-1 {
516 atmel,pins = <AT91_PIOC 2 AT91_PERIPH_B AT91_PINCTRL_NONE>;
519 pinctrl_pwm0_pwm0_2: pwm0_pwm0-2 {
520 atmel,pins = <AT91_PIOD 14 AT91_PERIPH_B AT91_PINCTRL_NONE>;
523 pinctrl_pwm0_pwm1_0: pwm0_pwm1-0 {
524 atmel,pins = <AT91_PIOB 9 AT91_PERIPH_B AT91_PINCTRL_NONE>;
527 pinctrl_pwm0_pwm1_1: pwm0_pwm1-1 {
528 atmel,pins = <AT91_PIOC 3 AT91_PERIPH_B AT91_PINCTRL_NONE>;
531 pinctrl_pwm0_pwm1_2: pwm0_pwm1-2 {
532 atmel,pins = <AT91_PIOD 15 AT91_PERIPH_B AT91_PINCTRL_NONE>;
535 pinctrl_pwm0_pwm2_0: pwm0_pwm2-0 {
536 atmel,pins = <AT91_PIOD 5 AT91_PERIPH_B AT91_PINCTRL_NONE>;
539 pinctrl_pwm0_pwm2_1: pwm0_pwm2-1 {
540 atmel,pins = <AT91_PIOD 12 AT91_PERIPH_A AT91_PINCTRL_NONE>;
543 pinctrl_pwm0_pwm2_2: pwm0_pwm2-2 {
544 atmel,pins = <AT91_PIOD 16 AT91_PERIPH_B AT91_PINCTRL_NONE>;
547 pinctrl_pwm0_pwm3_0: pwm0_pwm3-0 {
548 atmel,pins = <AT91_PIOD 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;
551 pinctrl_pwm0_pwm3_1: pwm0_pwm3-1 {
552 atmel,pins = <AT91_PIOD 18 AT91_PERIPH_A AT91_PINCTRL_NONE>;
557 pinctrl_spi0: spi0-0 {
558 atmel,pins =
566 pinctrl_ssc0_tx: ssc0_tx-0 {
567 atmel,pins =
573 pinctrl_ssc0_rx: ssc0_rx-0 {
574 atmel,pins =
582 pinctrl_ssc1_tx: ssc1_tx-0 {
583 atmel,pins =
589 pinctrl_ssc1_rx: ssc1_rx-0 {
590 atmel,pins =
598 pinctrl_tcb0_tclk0: tcb0_tclk0-0 {
599 atmel,pins = <AT91_PIOA 3 AT91_PERIPH_B AT91_PINCTRL_NONE>;
602 pinctrl_tcb0_tclk1: tcb0_tclk1-0 {
603 atmel,pins = <AT91_PIOC 31 AT91_PERIPH_B AT91_PINCTRL_NONE>;
606 pinctrl_tcb0_tclk2: tcb0_tclk2-0 {
607 atmel,pins = <AT91_PIOD 21 AT91_PERIPH_A AT91_PINCTRL_NONE>;
610 pinctrl_tcb0_tioa0: tcb0_tioa0-0 {
611 atmel,pins = <AT91_PIOA 4 AT91_PERIPH_B AT91_PINCTRL_NONE>;
614 pinctrl_tcb0_tioa1: tcb0_tioa1-0 {
615 atmel,pins = <AT91_PIOC 29 AT91_PERIPH_B AT91_PINCTRL_NONE>;
618 pinctrl_tcb0_tioa2: tcb0_tioa2-0 {
619 atmel,pins = <AT91_PIOD 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
622 pinctrl_tcb0_tiob0: tcb0_tiob0-0 {
623 atmel,pins = <AT91_PIOA 5 AT91_PERIPH_B AT91_PINCTRL_NONE>;
626 pinctrl_tcb0_tiob1: tcb0_tiob1-0 {
627 atmel,pins = <AT91_PIOC 30 AT91_PERIPH_B AT91_PINCTRL_NONE>;
630 pinctrl_tcb0_tiob2: tcb0_tiob2-0 {
631 atmel,pins = <AT91_PIOD 11 AT91_PERIPH_B AT91_PINCTRL_NONE>;
636 pinctrl_usart0: usart0-0 {
637 atmel,pins =
642 pinctrl_usart0_rts: usart0_rts-0 {
643 atmel,pins =
647 pinctrl_usart0_cts: usart0_cts-0 {
648 atmel,pins =
652 pinctrl_usart0_dtr_dsr: usart0_dtr_dsr-0 {
653 atmel,pins =
658 pinctrl_usart0_dcd: usart0_dcd-0 {
659 atmel,pins =
663 pinctrl_usart0_ri: usart0_ri-0 {
664 atmel,pins =
668 pinctrl_usart0_sck: usart0_sck-0 {
669 atmel,pins =
675 pinctrl_usart1: usart1-0 {
676 atmel,pins =
681 pinctrl_usart1_rts: usart1_rts-0 {
682 atmel,pins =
686 pinctrl_usart1_cts: usart1_cts-0 {
687 atmel,pins =
691 pinctrl_usart1_sck: usart1_sck-0 {
692 atmel,pins =
698 pinctrl_usart2: usart2-0 {
699 atmel,pins =
704 pinctrl_usart2_rts: usart2_rts-0 {
705 atmel,pins =
709 pinctrl_usart2_cts: usart2_cts-0 {
710 atmel,pins =
714 pinctrl_usart2_sck: usart2_sck-0 {
715 atmel,pins =
721 pinctrl_usart3: usart3-0 {
722 atmel,pins =
727 pinctrl_usart3_rts: usart3_rts-0 {
728 atmel,pins =
732 pinctrl_usart3_cts: usart3_cts-0 {
733 atmel,pins =
737 pinctrl_usart3_sck: usart3_sck-0 {
738 atmel,pins =
744 compatible = "atmel,at91rm9200-gpio";
747 #gpio-cells = <2>;
748 gpio-controller;
749 interrupt-controller;
750 #interrupt-cells = <2>;
755 compatible = "atmel,at91rm9200-gpio";
758 #gpio-cells = <2>;
759 gpio-controller;
760 interrupt-controller;
761 #interrupt-cells = <2>;
766 compatible = "atmel,at91rm9200-gpio";
769 #gpio-cells = <2>;
770 gpio-controller;
771 interrupt-controller;
772 #interrupt-cells = <2>;
777 compatible = "atmel,at91rm9200-gpio";
780 #gpio-cells = <2>;
781 gpio-controller;
782 interrupt-controller;
783 #interrupt-cells = <2>;
789 compatible = "atmel,at91sam9rl-pmc", "syscon";
792 #clock-cells = <2>;
794 clock-names = "slow_clk", "main_xtal";
798 compatible = "atmel,at91sam9260-rstc";
804 compatible = "atmel,at91sam9260-shdwc";
810 compatible = "atmel,at91sam9260-pit";
817 compatible = "atmel,at91sam9260-wdt";
825 compatible = "atmel,at91sam9x5-sckc";
828 #clock-cells = <0>;
832 compatible = "atmel,at91sam9260-rtt";
840 compatible = "atmel,at91sam9260-gpbr", "syscon";
846 compatible = "atmel,at91rm9200-rtc";
856 i2c-gpio-0 {
857 compatible = "i2c-gpio";
860 i2c-gpio,sda-open-drain;
861 i2c-gpio,scl-open-drain;
862 i2c-gpio,delay-us = <2>; /* ~100 kHz */
863 #address-cells = <1>;
864 #size-cells = <0>;
865 pinctrl-names = "default";
866 pinctrl-0 = <&pinctrl_i2c_gpio0>;
870 i2c-gpio-1 {
871 compatible = "i2c-gpio";
874 i2c-gpio,sda-open-drain;
875 i2c-gpio,scl-open-drain;
876 i2c-gpio,delay-us = <2>; /* ~100 kHz */
877 #address-cells = <1>;
878 #size-cells = <0>;
879 pinctrl-names = "default";
880 pinctrl-0 = <&pinctrl_i2c_gpio1>;