aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts')
-rw-r--r--arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts b/arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts
new file mode 100644
index 000000000..ed6023a91
--- /dev/null
+++ b/arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts
@@ -0,0 +1,23 @@
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3
4/include/ "bcm3368.dtsi"
5
6/ {
7 compatible = "netgear,cvg834g", "brcm,bcm3368";
8 model = "NETGEAR CVG834G";
9
10 memory@0 {
11 device_type = "memory";
12 reg = <0x00000000 0x02000000>;
13 };
14
15 chosen {
16 bootargs = "console=ttyS0,115200";
17 stdout-path = &uart0;
18 };
19};
20
21&uart0 {
22 status = "okay";
23};