mpc85xx: move newly created files from patch files to files directory
[openwrt.git] / target / linux / brcm63xx / dts / rg100a.dts
1 /dts-v1/;
2
3 /include/ "bcm6358.dtsi"
4
5 / {
6         model = "Alcatel RG100A";
7         compatible = "alcatel,rg100a", "brcm,bcm6358";
8
9         gpio-leds {
10                 compatible = "gpio-leds";
11
12                 stop_green {
13                         label = "96358VW2:green:stop";
14                         gpios = <&gpio0 4 1>;
15                 };
16                 power_green {
17                         label = "96358VW2:green:power";
18                         gpios = <&gpio0 5 1>;
19                         default-state = "on";
20                 };
21                 adsl_green {
22                         label = "96358VW2:green:adsl";
23                         gpios = <&gpio0 22 1>;
24                 };
25                 ppp_fail_green {
26                         label = "96358VW2:green:ppp-fail";
27                         gpios = <&gpio0 23 0>;
28                 };
29         };
30 };
31
32 &pflash {
33         status = "ok";
34
35         linux,part-probe = "bcm63xxpart";
36
37         cfe@0 {
38                 label = "CFE";
39                 reg = <0x000000 0x020000>;
40                 read-only;
41         };
42
43         linux@20000 {
44                 label = "linux";
45                 reg = <0x020000 0xfc0000>;
46         };
47
48         nvram@fe0000 {
49                 label = "nvram";
50                 reg = <0xfe0000 0x020000>;
51         };
52 };