bcm93384wvg_viper.dts 356 B

123456789101112131415161718192021222324252627
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. /include/ "bcm3384_viper.dtsi"
  4. / {
  5. compatible = "brcm,bcm93384wvg-viper", "brcm,bcm3384-viper";
  6. model = "Broadcom BCM93384WVG-viper";
  7. chosen {
  8. bootargs = "console=ttyS0,115200";
  9. stdout-path = &uart0;
  10. };
  11. };
  12. &uart0 {
  13. status = "okay";
  14. };
  15. &ehci0 {
  16. status = "okay";
  17. };
  18. &ohci0 {
  19. status = "okay";
  20. };