xref: /openbmc/u-boot/arch/mips/dts/huawei,hg556a.dts (revision 77ca99d1)
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,bcm6358.dtsi"
10
11/ {
12	model = "Huawei EchoLife HG556a";
13	compatible = "huawei,hg556a", "brcm,bcm6358";
14
15	aliases {
16		serial0 = &uart0;
17	};
18
19	chosen {
20		stdout-path = "serial0:115200n8";
21	};
22};
23
24&pflash {
25	status = "okay";
26};
27
28&uart0 {
29	u-boot,dm-pre-reloc;
30	status = "okay";
31};
32