ramips: add support for ELECOM WMC-S1267GS2
[openwrt/openwrt.git] / target / linux / bcm63xx / dts / bcm6348-sagem-fast-2404.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Sagem F@st 2404";
7 compatible = "sagem,fast-2404", "brcm,bcm6348";
8
9 chosen {
10 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
11 stdout-path = "serial0:115200n8";
12 };
13 };
14
15 &pflash {
16 status = "okay";
17
18 partitions {
19 compatible = "fixed-partitions";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 cfe@0 {
24 label = "CFE";
25 reg = <0x000000 0x010000>;
26 read-only;
27 };
28
29 linux@10000 {
30 label = "linux";
31 reg = <0x010000 0x3e0000>;
32 compatible = "brcm,bcm963xx-imagetag";
33 };
34
35 nvram@3f0000 {
36 label = "nvram";
37 reg = <0x3f0000 0x010000>;
38 };
39 };
40 };
41
42 &pinctrl {
43 pinctrl-names = "default";
44 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
45 };
46
47 &uart0 {
48 status = "okay";
49 };