0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * at91-kizbox2-2.dts - Device Tree file for the Kizbox2 with
0004 * two head board
0005 *
0006 * Copyright (C) 2015 Overkiz SAS
0007 *
0008 * Authors: Antoine Aubert <a.aubert@overkiz.com>
0009 * Kévin Raymond <k.raymond@overkiz.com>
0010 */
0011 /dts-v1/;
0012 #include "at91-kizbox2-common.dtsi"
0013
0014 / {
0015 model = "Overkiz Kizbox 2 with two heads";
0016 compatible = "overkiz,kizbox2-2", "atmel,sama5d31",
0017 "atmel,sama5d3", "atmel,sama5";
0018 };
0019
0020 &usart1 {
0021 status = "okay";
0022 };
0023
0024 &usart2 {
0025 status = "okay";
0026 };