Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: fd6988496e79a6a4bdb514a4655d2920209eb85d authored by Linus Torvalds on 29 December 2019, 23:29:16 UTC
Linux 5.5-rc4
Tip revision: fd69884
bcm3368-netgear-cvg834g.dts
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;

/include/ "bcm3368.dtsi"

/ {
	compatible = "netgear,cvg834g", "brcm,bcm3368";
	model = "NETGEAR CVG834G";

	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x02000000>;
	};

	chosen {
		bootargs = "console=ttyS0,115200";
		stdout-path = &uart0;
	};
};

&uart0 {
	status = "okay";
};
back to top