brcm63xx: register serial through device tree
[oweals/openwrt.git] / target / linux / brcm63xx / dts / rta1025w.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Dynalink RTA1025W";
9         compatible = "dynalink,rta1025w", "brcm,bcm6348";
10
11         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13                 stdout-path = "serial0:115200n8";
14         };
15 };
16
17 &pflash {
18         status = "ok";
19
20         linux,part-probe = "bcm63xxpart";
21
22         cfe@0 {
23                 label = "CFE";
24                 reg = <0x000000 0x010000>;
25                 read-only;
26         };
27
28         linux@10000 {
29                 label = "linux";
30                 reg = <0x010000 0x3e0000>;
31         };
32
33         nvram@3f0000 {
34                 label = "nvram";
35                 reg = <0x3f0000 0x010000>;
36         };
37 };
38
39 &pinctrl {
40         pinctrl-names = "default";
41         pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
42 };
43
44 &uart0 {
45         status = "ok";
46 };