bcm6362-neufbox6-sercomm.dts 344 B

123456789101112131415161718192021222324
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. /include/ "bcm6362.dtsi"
  4. / {
  5. compatible = "sfr,nb6-ser", "brcm,bcm6362";
  6. model = "SFR NeufBox 6 (Sercomm)";
  7. memory@0 {
  8. device_type = "memory";
  9. reg = <0x00000000 0x08000000>;
  10. };
  11. chosen {
  12. bootargs = "console=ttyS0,115200";
  13. stdout-path = &uart0;
  14. };
  15. };
  16. &uart0 {
  17. status = "okay";
  18. };