Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5m8767...
[linux-2.6-block.git] / arch / arm / boot / dts / omap-zoom-common.dtsi
CommitLineData
c4825256
TL
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 */
fd4446f2 16 uart@3,0 {
c4825256
TL
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};