Merge remote-tracking branches 'spi/fix/ep93xx', 'spi/fix/rockchip', 'spi/fix/sunxi...
[deliverable/linux.git] / arch / mips / boot / dts / brcm / bcm96358nb4ser.dts
1 /dts-v1/;
2
3 /include/ "bcm6358.dtsi"
4
5 / {
6 compatible = "sfr,nb4-ser", "brcm,bcm6358";
7 model = "SFR Neufbox 4 (Sercomm)";
8
9 memory@0 {
10 device_type = "memory";
11 reg = <0x00000000 0x02000000>;
12 };
13
14 chosen {
15 stdout-path = &uart0;
16 };
17 };
18
19 &leds0 {
20 status = "ok";
21
22 led@0 {
23 reg = <0>;
24 active-low;
25 label = "nb4-ser:white:alarm";
26 };
27 led@2 {
28 reg = <2>;
29 active-low;
30 label = "nb4-ser:white:tv";
31 };
32 led@3 {
33 reg = <3>;
34 active-low;
35 label = "nb4-ser:white:tel";
36 };
37 led@4 {
38 reg = <4>;
39 active-low;
40 label = "nb4-ser:white:adsl";
41 };
42 };
43
44 &uart0 {
45 status = "okay";
46 };
This page took 0.038567 seconds and 6 git commands to generate.