bcm21664-garnet.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * Copyright (C) 2014 Broadcom Corporation
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License as
  6. * published by the Free Software Foundation version 2.
  7. *
  8. * This program is distributed "as is" WITHOUT ANY WARRANTY of any
  9. * kind, whether express or implied; without even the implied warranty
  10. * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. /dts-v1/;
  14. #include <dt-bindings/gpio/gpio.h>
  15. #include "bcm21664.dtsi"
  16. / {
  17. model = "BCM21664 Garnet board";
  18. compatible = "brcm,bcm21664-garnet", "brcm,bcm21664";
  19. memory {
  20. reg = <0x80000000 0x40000000>; /* 1 GB */
  21. };
  22. uart@3e000000 {
  23. status = "okay";
  24. };
  25. sdio1: sdio@3f180000 {
  26. max-frequency = <48000000>;
  27. status = "okay";
  28. };
  29. sdio2: sdio@3f190000 {
  30. non-removable;
  31. max-frequency = <48000000>;
  32. status = "okay";
  33. };
  34. sdio4: sdio@3f1b0000 {
  35. max-frequency = <48000000>;
  36. cd-gpios = <&gpio 91 GPIO_ACTIVE_LOW>;
  37. status = "okay";
  38. };
  39. usbotg: usb@3f120000 {
  40. status = "okay";
  41. };
  42. usbphy: usb-phy@3f130000 {
  43. status = "okay";
  44. };
  45. };