xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizboxmini-base.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * at91-kizboxmini-base.dts - Device Tree file for Overkiz Kizbox mini
4*f126890aSEmmanuel Vadot * base board
5*f126890aSEmmanuel Vadot *
6*f126890aSEmmanuel Vadot * Copyright (C) 2015 Overkiz SAS
7*f126890aSEmmanuel Vadot *   Author: Antoine Aubert <a.aubert@overkiz.com>
8*f126890aSEmmanuel Vadot *           Kévin Raymond <k.raymond@overkiz.com>
9*f126890aSEmmanuel Vadot */
10*f126890aSEmmanuel Vadot/dts-v1/;
11*f126890aSEmmanuel Vadot#include "at91-kizboxmini-common.dtsi"
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	model = "Overkiz Kizbox Mini";
15*f126890aSEmmanuel Vadot	compatible = "overkiz,kizboxmini-base", "atmel,at91sam9g25",
16*f126890aSEmmanuel Vadot		     "atmel,at91sam9x5", "atmel,at91sam9";
17*f126890aSEmmanuel Vadot};
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot&pinctrl_usart0 {
20*f126890aSEmmanuel Vadot	atmel,pins =
21*f126890aSEmmanuel Vadot		<AT91_PIOA 0 AT91_PERIPH_A AT91_PINCTRL_PULL_UP
22*f126890aSEmmanuel Vadot		 AT91_PIOA 1 AT91_PERIPH_A AT91_PINCTRL_NONE
23*f126890aSEmmanuel Vadot		 AT91_PIOA 2 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>;
24*f126890aSEmmanuel Vadot};
25