]> git.sur5r.net Git - u-boot/blob - arch/mips/dts/comtrend,ar-5387un.dts
MIPS: add BMIPS Comtrend VR-3032u board
[u-boot] / arch / mips / dts / comtrend,ar-5387un.dts
1 /*
2  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /dts-v1/;
8
9 #include "brcm,bcm6328.dtsi"
10
11 / {
12         model = "Comtrend AR-5387un";
13         compatible = "comtrend,ar5387-un", "brcm,bcm6328";
14
15         aliases {
16                 serial0 = &uart0;
17         };
18
19         chosen {
20                 stdout-path = "serial0:115200n8";
21         };
22 };
23
24 &uart0 {
25         u-boot,dm-pre-reloc;
26         status = "okay";
27 };