bcm963138.dts 421 B

123456789101112131415161718192021222324252627
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright 2022 Broadcom Ltd.
  4. */
  5. /dts-v1/;
  6. #include "bcm63138.dtsi"
  7. / {
  8. model = "Broadcom BCM963138 Reference Board";
  9. compatible = "brcm,bcm963138", "brcm,bcm63138", "brcm,bcmbca";
  10. chosen {
  11. bootargs = "console=ttyS0,115200";
  12. stdout-path = &serial0;
  13. };
  14. memory@0 {
  15. device_type = "memory";
  16. reg = <0x0 0x08000000>;
  17. };
  18. };
  19. &serial0 {
  20. status = "okay";
  21. };