Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[cascardo/linux.git] / arch / mips / boot / dts / brcm / bcm3368-netgear-cvg834g.dts
1 /dts-v1/;
2
3 /include/ "bcm3368.dtsi"
4
5 / {
6         compatible = "netgear,cvg834g", "brcm,bcm3368";
7         model = "NETGEAR CVG834G";
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 &uart0 {
21         status = "okay";
22 };