blob: 6775909a03e508ab85bef0213deed126c22e1946 [file] [log] [blame]
Álvaro Fernández Rojas4a2b2722017-04-25 00:39:22 +02001/*
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};