]> Git Repo - J-linux.git/blob - arch/arm/boot/dts/microchip/at91-kizbox2-2.dts
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / arm / boot / dts / microchip / at91-kizbox2-2.dts
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 <[email protected]>
9  *          Kévin Raymond <[email protected]>
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 };
This page took 0.024878 seconds and 4 git commands to generate.