Philippe Reynes | 990cebf | 2018-07-16 19:06:15 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com> |
| 4 | */ |
| 5 | |
| 6 | /dts-v1/; |
| 7 | |
| 8 | #include "brcm,bcm6838.dtsi" |
| 9 | |
| 10 | / { |
| 11 | model = "Broadcom bcm68380gerg"; |
| 12 | compatible = "broadcom,bcm68380gerg", "brcm,bcm6838"; |
| 13 | |
| 14 | aliases { |
| 15 | serial0 = &uart0; |
| 16 | }; |
| 17 | |
| 18 | chosen { |
| 19 | stdout-path = "serial0:115200n8"; |
| 20 | }; |
| 21 | }; |
| 22 | |
| 23 | &memory { |
| 24 | force-size = <0x10000000>; |
| 25 | }; |
| 26 | |
| 27 | &uart0 { |
| 28 | u-boot,dm-pre-reloc; |
| 29 | status = "okay"; |
| 30 | }; |
| 31 | |
| 32 | &leds { |
| 33 | status = "okay"; |
| 34 | |
| 35 | led@0 { |
| 36 | reg = <0>; |
| 37 | active-low; |
| 38 | label = "bcm968380gerg:green:usb"; |
| 39 | }; |
| 40 | }; |