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