xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g15.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * at91sam9g15.dtsi - Device Tree Include file for AT91SAM9G15 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
11*f126890aSEmmanuel Vadot/ {
12*f126890aSEmmanuel Vadot	model = "Atmel AT91SAM9G15 SoC";
13*f126890aSEmmanuel Vadot	compatible = "atmel,at91sam9g15", "atmel,at91sam9x5";
14*f126890aSEmmanuel Vadot};
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot&pinctrl {
17*f126890aSEmmanuel Vadot	atmel,mux-mask = <
18*f126890aSEmmanuel Vadot	      /*    A         B          C     */
19*f126890aSEmmanuel Vadot	       0xffffffff 0xffe0399f 0x00000000  /* pioA */
20*f126890aSEmmanuel Vadot	       0x00040000 0x00047e3f 0x00000000  /* pioB */
21*f126890aSEmmanuel Vadot	       0xfdffffff 0x00000000 0xb83fffff  /* pioC */
22*f126890aSEmmanuel Vadot	       0x003fffff 0x003f8000 0x00000000  /* pioD */
23*f126890aSEmmanuel Vadot	      >;
24*f126890aSEmmanuel Vadot};
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot&pmc {
27*f126890aSEmmanuel Vadot	compatible = "atmel,at91sam9g15-pmc", "atmel,at91sam9x5-pmc", "syscon";
28*f126890aSEmmanuel Vadot};
29