Back to home page

OSCL-LXR

 
 

    


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