Back to home page

OSCL-LXR

 
 

    


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