blob: c7835a7c0ac3648aaf64069658ec2587970dc4b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com>
*/
/dts-v1/;
#include "brcm,bcm6838.dtsi"
/ {
model = "Broadcom bcm68380gerg";
compatible = "broadcom,bcm68380gerg", "brcm,bcm6838";
aliases {
serial0 = &uart0;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&memory {
force-size = <0x10000000>;
};
&uart0 {
bootph-all;
status = "okay";
};
&leds {
status = "okay";
led@0 {
reg = <0>;
active-low;
label = "bcm968380gerg:green:usb";
};
};
&gpio_lo {
status = "okay";
};
&gpio_mid0 {
status = "okay";
};
&gpio_mid1 {
status = "okay";
};
&nand {
status = "okay";
nandcs@0 {
compatible = "brcm,nandcs";
reg = <0>;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
brcm,nand-oob-sector-size = <16>;
};
};
|