bcm3368-netgear-cvg834g.dts 304 B

1234567891011121314151617181920212223
  1. /dts-v1/;
  2. /include/ "bcm3368.dtsi"
  3. / {
  4. compatible = "netgear,cvg834g", "brcm,bcm3368";
  5. model = "NETGEAR CVG834G";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x00000000 0x02000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200";
  12. stdout-path = &uart0;
  13. };
  14. };
  15. &uart0 {
  16. status = "okay";
  17. };