Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * at91sam9x25.dtsi - Device Tree Include file for AT91SAM9X25 SoC
0004  *
0005  * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
0006  */
0007 
0008 #include "at91sam9x5.dtsi"
0009 #include "at91sam9x5_usart3.dtsi"
0010 #include "at91sam9x5_macb0.dtsi"
0011 #include "at91sam9x5_macb1.dtsi"
0012 #include "at91sam9x5_can.dtsi"
0013 
0014 / {
0015         model = "Atmel AT91SAM9X25 SoC";
0016         compatible = "atmel,at91sam9x25", "atmel,at91sam9x5";
0017 
0018         ahb {
0019                 apb {
0020                         pinctrl@fffff400 {
0021                                 atmel,mux-mask = <
0022                                       /*    A         B          C     */
0023                                        0xffffffff 0xffe03fff 0xc000001c  /* pioA */
0024                                        0x0007ffff 0x00047e3f 0x00000000  /* pioB */
0025                                        0x80000000 0xfffd0000 0xb83fffff  /* pioC */
0026                                        0x003fffff 0x003f8000 0x00000000  /* pioD */
0027                                       >;
0028                         };
0029 
0030                         pmc: pmc@fffffc00 {
0031                                 compatible = "atmel,at91sam9x25-pmc", "atmel,at91sam9x5-pmc", "syscon";
0032                         };
0033                 };
0034         };
0035 };