0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003
0004 #include "bcm6358.dtsi"
0005
0006 / {
0007 compatible = "sfr,nb4-ser", "brcm,bcm6358";
0008 model = "SFR Neufbox 4 (Sercomm)";
0009
0010 memory@0 {
0011 device_type = "memory";
0012 reg = <0x00000000 0x02000000>;
0013 };
0014
0015 chosen {
0016 bootargs = "console=ttyS0,115200";
0017 stdout-path = &uart0;
0018 };
0019 };
0020
0021 &leds0 {
0022 status = "okay";
0023
0024 led@0 {
0025 reg = <0>;
0026 active-low;
0027 label = "nb4-ser:white:alarm";
0028 };
0029 led@2 {
0030 reg = <2>;
0031 active-low;
0032 label = "nb4-ser:white:tv";
0033 };
0034 led@3 {
0035 reg = <3>;
0036 active-low;
0037 label = "nb4-ser:white:tel";
0038 };
0039 led@4 {
0040 reg = <4>;
0041 active-low;
0042 label = "nb4-ser:white:adsl";
0043 };
0044 };
0045
0046 &uart0 {
0047 status = "okay";
0048 };