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 bootargs = "console=ttyS0,115200"; 16 stdout-path = &uart0; 17 }; 18}; 19 20&leds0 { 21 status = "ok"; 22 23 led@0 { 24 reg = <0>; 25 active-low; 26 label = "nb4-ser:white:alarm"; 27 }; 28 led@2 { 29 reg = <2>; 30 active-low; 31 label = "nb4-ser:white:tv"; 32 }; 33 led@3 { 34 reg = <3>; 35 active-low; 36 label = "nb4-ser:white:tel"; 37 }; 38 led@4 { 39 reg = <4>; 40 active-low; 41 label = "nb4-ser:white:adsl"; 42 }; 43}; 44 45&uart0 { 46 status = "okay"; 47}; 48