Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / mips / boot / dts / bcm93384wvg.dts
1 /dts-v1/;
2
3 /include/ "bcm3384.dtsi"
4
5 / {
6         compatible = "brcm,bcm93384wvg", "brcm,bcm3384";
7         model = "Broadcom BCM93384WVG";
8
9         chosen {
10                 bootargs = "console=ttyS0,115200";
11                 stdout-path = &uart0;
12         };
13
14         memory@0 {
15                 device_type = "memory";
16                 reg = <0x0 0x04000000>;
17                 dma-xor-mask = <0x08000000>;
18                 dma-xor-limit = <0x0fffffff>;
19         };
20 };
21
22 &uart0 {
23         status = "okay";
24 };
25
26 &ehci0 {
27         status = "okay";
28 };
29
30 &ohci0 {
31         status = "okay";
32 };