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