xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizbox2-2.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * at91-kizbox2-2.dts - Device Tree file for the Kizbox2 with
4*f126890aSEmmanuel Vadot * two head board
5*f126890aSEmmanuel Vadot *
6*f126890aSEmmanuel Vadot * Copyright (C) 2015 Overkiz SAS
7*f126890aSEmmanuel Vadot *
8*f126890aSEmmanuel Vadot * Authors: Antoine Aubert <a.aubert@overkiz.com>
9*f126890aSEmmanuel Vadot *	    Kévin Raymond <k.raymond@overkiz.com>
10*f126890aSEmmanuel Vadot */
11*f126890aSEmmanuel Vadot/dts-v1/;
12*f126890aSEmmanuel Vadot#include "at91-kizbox2-common.dtsi"
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot/ {
15*f126890aSEmmanuel Vadot	model = "Overkiz Kizbox 2 with two heads";
16*f126890aSEmmanuel Vadot	compatible = "overkiz,kizbox2-2", "atmel,sama5d31",
17*f126890aSEmmanuel Vadot		     "atmel,sama5d3", "atmel,sama5";
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot&usart1 {
21*f126890aSEmmanuel Vadot	status = "okay";
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&usart2 {
25*f126890aSEmmanuel Vadot	status = "okay";
26*f126890aSEmmanuel Vadot};
27