xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x35.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * at91sam9x35.dtsi - Device Tree Include file for AT91SAM9X35 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#include "at91sam9x5_can.dtsi"
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	model = "Atmel AT91SAM9X35 SoC";
15*f126890aSEmmanuel Vadot	compatible = "atmel,at91sam9x35", "atmel,at91sam9x5";
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot	ahb {
18*f126890aSEmmanuel Vadot		apb {
19*f126890aSEmmanuel Vadot			pinctrl@fffff400 {
20*f126890aSEmmanuel Vadot				atmel,mux-mask = <
21*f126890aSEmmanuel Vadot				      /*    A         B          C     */
22*f126890aSEmmanuel Vadot				       0xffffffff 0xffe03fff 0xc000000c  /* pioA */
23*f126890aSEmmanuel Vadot				       0x000406ff 0x00047e3f 0x00000000  /* pioB */
24*f126890aSEmmanuel Vadot				       0xfdffffff 0x00000000 0xb83fffff  /* pioC */
25*f126890aSEmmanuel Vadot				       0x003fffff 0x003f8000 0x00000000  /* pioD */
26*f126890aSEmmanuel Vadot				      >;
27*f126890aSEmmanuel Vadot			};
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot			pmc: clock-controller@fffffc00 {
30*f126890aSEmmanuel Vadot				compatible = "atmel,at91sam9x35-pmc", "atmel,at91sam9x5-pmc", "syscon";
31*f126890aSEmmanuel Vadot			};
32*f126890aSEmmanuel Vadot		};
33*f126890aSEmmanuel Vadot	};
34*f126890aSEmmanuel Vadot};
35