Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / r9a06g032-rzn1d400-db.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source for the RZN1D-DB Board
4  *
5  * Copyright (C) 2018 Renesas Electronics Europe Limited
6  *
7  */
8
9 /dts-v1/;
10
11 #include "r9a06g032.dtsi"
12
13 / {
14         model = "RZN1D-DB Board";
15         compatible = "renesas,rzn1d400-db", "renesas,r9a06g032";
16
17         chosen {
18                 stdout-path = "serial0:115200n8";
19         };
20
21         aliases {
22                 serial0 = &uart0;
23         };
24 };
25
26 &uart0 {
27         status = "okay";
28 };