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