Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imx
[oweals/u-boot.git] / arch / mips / dts / brcm,bcm968380gerg.dts
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 };
41
42 &gpio_lo {
43         status = "okay";
44 };
45
46 &gpio_mid0 {
47         status = "okay";
48 };
49
50 &gpio_mid1 {
51         status = "okay";
52 };