0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * at91sam9g15.dtsi - Device Tree Include file for AT91SAM9G15 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
0011 / {
0012 model = "Atmel AT91SAM9G15 SoC";
0013 compatible = "atmel,at91sam9g15", "atmel,at91sam9x5";
0014 };
0015
0016 &pinctrl {
0017 atmel,mux-mask = <
0018 /* A B C */
0019 0xffffffff 0xffe0399f 0x00000000 /* pioA */
0020 0x00040000 0x00047e3f 0x00000000 /* pioB */
0021 0xfdffffff 0x00000000 0xb83fffff /* pioC */
0022 0x003fffff 0x003f8000 0x00000000 /* pioD */
0023 >;
0024 };
0025
0026 &pmc {
0027 compatible = "atmel,at91sam9g15-pmc", "atmel,at91sam9x5-pmc", "syscon";
0028 };