1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * at91sam9g35.dtsi - Device Tree Include file for AT91SAM9G35 SoC 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot#include "at91sam9x5.dtsi" 9*f126890aSEmmanuel Vadot#include "at91sam9x5_lcd.dtsi" 10*f126890aSEmmanuel Vadot#include "at91sam9x5_macb0.dtsi" 11*f126890aSEmmanuel Vadot 12*f126890aSEmmanuel Vadot/ { 13*f126890aSEmmanuel Vadot model = "Atmel AT91SAM9G35 SoC"; 14*f126890aSEmmanuel Vadot compatible = "atmel,at91sam9g35", "atmel,at91sam9x5"; 15*f126890aSEmmanuel Vadot 16*f126890aSEmmanuel Vadot ahb { 17*f126890aSEmmanuel Vadot apb { 18*f126890aSEmmanuel Vadot pinctrl@fffff400 { 19*f126890aSEmmanuel Vadot atmel,mux-mask = < 20*f126890aSEmmanuel Vadot /* A B C */ 21*f126890aSEmmanuel Vadot 0xffffffff 0xffe0399f 0xc000000c /* pioA */ 22*f126890aSEmmanuel Vadot 0x000406ff 0x00047e3f 0x00000000 /* pioB */ 23*f126890aSEmmanuel Vadot 0xfdffffff 0x00000000 0xb83fffff /* pioC */ 24*f126890aSEmmanuel Vadot 0x003fffff 0x003f8000 0x00000000 /* pioD */ 25*f126890aSEmmanuel Vadot >; 26*f126890aSEmmanuel Vadot }; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot pmc: clock-controller@fffffc00 { 29*f126890aSEmmanuel Vadot compatible = "atmel,at91sam9g35-pmc", "atmel,at91sam9x5-pmc", "syscon"; 30*f126890aSEmmanuel Vadot }; 31*f126890aSEmmanuel Vadot }; 32*f126890aSEmmanuel Vadot }; 33*f126890aSEmmanuel Vadot}; 34