Álvaro Fernández Rojas | 4a2b272 | 2017-04-25 00:39:22 +0200 | [diff] [blame] | 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 | }; |