omap-zoom-common.dtsi 714 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Common features on the Zoom debug board
  3. */
  4. #include "omap-gpmc-smsc911x.dtsi"
  5. &gpmc {
  6. ranges = <3 0 0x10000000 0x00000400>,
  7. <7 0 0x2c000000 0x01000000>;
  8. /*
  9. * Four port TL16CP754C serial port on GPMC,
  10. * they probably share the same GPIO IRQ
  11. * REVISIT: Add timing support from slls644g.pdf
  12. */
  13. 8250@3,0 {
  14. compatible = "ns16550a";
  15. reg = <3 0 0x100>;
  16. bank-width = <2>;
  17. reg-shift = <1>;
  18. reg-io-width = <1>;
  19. interrupt-parent = <&gpio4>;
  20. interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */
  21. clock-frequency = <1843200>;
  22. current-speed = <115200>;
  23. };
  24. ethernet@gpmc {
  25. reg = <7 0 0xff>;
  26. interrupt-parent = <&gpio5>;
  27. interrupts = <30 IRQ_TYPE_LEVEL_LOW>; /* gpio158 */
  28. };
  29. };