bcm96345GW2.dts 432 B

123456789101112131415161718192021222324252627
  1. /dts-v1/;
  2. #include "bcm6345.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Broadcom BCM96345GW2 reference board";
  6. compatible = "brcm,bcm96345gw2", "brcm,bcm6345";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. };
  12. &pflash {
  13. status = "ok";
  14. partitions {
  15. compatible = "brcm,bcm963xx-cfe-nor-partitions";
  16. };
  17. };
  18. &uart0 {
  19. status = "ok";
  20. };