apollo3g-duo.dts 647 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * Device Tree Source for AMCC Canyonlands (460EX)
  3. *
  4. * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
  5. * (c) Copyright 2010 Western Digital Technologies, Inc. All Rights Reserved.
  6. *
  7. * This file is licensed under the terms of the GNU General Public
  8. * License version 2. This program is licensed "as is" without
  9. * any warranty of any kind, whether express or implied.
  10. */
  11. /dts-v1/;
  12. #include "apollo3g.dtsi"
  13. / {
  14. model = "MyBook Live Duo";
  15. };
  16. &SATA0 {
  17. status = "okay";
  18. };
  19. &USBOTG0 {
  20. status = "okay";
  21. dr_mode = "host";
  22. };
  23. &GPIO1 {
  24. enable-usb {
  25. status = "okay";
  26. };
  27. enable-port0 {
  28. status = "okay";
  29. };
  30. };