0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * at91sam9x35.dtsi - Device Tree Include file for AT91SAM9X35 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 #include "at91sam9x5_can.dtsi"
0012
0013 / {
0014 model = "Atmel AT91SAM9X35 SoC";
0015 compatible = "atmel,at91sam9x35", "atmel,at91sam9x5";
0016
0017 ahb {
0018 apb {
0019 pinctrl@fffff400 {
0020 atmel,mux-mask = <
0021 /* A B C */
0022 0xffffffff 0xffe03fff 0xc000000c /* pioA */
0023 0x000406ff 0x00047e3f 0x00000000 /* pioB */
0024 0xfdffffff 0x00000000 0xb83fffff /* pioC */
0025 0x003fffff 0x003f8000 0x00000000 /* pioD */
0026 >;
0027 };
0028
0029 pmc: pmc@fffffc00 {
0030 compatible = "atmel,at91sam9x35-pmc", "atmel,at91sam9x5-pmc", "syscon";
0031 };
0032 };
0033 };
0034 };