brcm63xx: dts: Unify naming of gpio-led nodes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / rg100a.dts
1 /dts-v1/;
2
3 #include "bcm6358.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Alcatel RG100A";
9 compatible = "alcatel,rg100a", "brcm,bcm6358";
10
11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 stop_green {
20 label = "96358VW2:green:stop";
21 gpios = <&pinctrl 4 1>;
22 };
23 power_green {
24 label = "96358VW2:green:power";
25 gpios = <&pinctrl 5 1>;
26 default-state = "on";
27 };
28 adsl_green {
29 label = "96358VW2:green:adsl";
30 gpios = <&pinctrl 22 1>;
31 };
32 ppp_fail_green {
33 label = "96358VW2:green:ppp-fail";
34 gpios = <&pinctrl 23 0>;
35 };
36 };
37 };
38
39 &pflash {
40 status = "ok";
41
42 partitions {
43 compatible = "fixed-partitions";
44 #address-cells = <1>;
45 #size-cells = <1>;
46
47 cfe@0 {
48 label = "CFE";
49 reg = <0x000000 0x020000>;
50 read-only;
51 };
52
53 linux@20000 {
54 label = "linux";
55 reg = <0x020000 0xfc0000>;
56 compatible = "brcm,bcm963xx-imagetag";
57 };
58
59 nvram@fe0000 {
60 label = "nvram";
61 reg = <0xfe0000 0x020000>;
62 };
63 };
64 };
65
66 &uart0 {
67 status = "ok";
68 };