Tony Lindgren | 04a25df | 2013-11-25 15:15:23 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | */ |
| 8 | /dts-v1/; |
| 9 | |
| 10 | #include "omap2430.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "TI OMAP2430 SDP"; |
| 14 | compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2"; |
| 15 | |
| 16 | memory { |
| 17 | device_type = "memory"; |
| 18 | reg = <0x80000000 0x8000000>; /* 128 MB */ |
| 19 | }; |
| 20 | }; |
| 21 | |
| 22 | &i2c2 { |
| 23 | clock-frequency = <100000>; |
| 24 | |
| 25 | twl: twl@48 { |
| 26 | reg = <0x48>; |
| 27 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ |
| 28 | }; |
| 29 | }; |
| 30 | |
| 31 | #include "twl4030.dtsi" |
| 32 | |
| 33 | &mmc1 { |
| 34 | vmmc-supply = <&vmmc1>; |
| 35 | bus-width = <4>; |
| 36 | }; |
| 37 | |
| 38 | &gpmc { |
| 39 | ranges = <5 0 0x08000000 0x01000000>; |
| 40 | ethernet@gpmc { |
| 41 | compatible = "smsc,lan91c94"; |
| 42 | interrupt-parent = <&gpio5>; |
| 43 | interrupts = <21 IRQ_TYPE_LEVEL_LOW>; /* gpio149 */ |
| 44 | reg = <5 0x300 0xf>; |
| 45 | bank-width = <2>; |
| 46 | gpmc,mux-add-data; |
| 47 | }; |
| 48 | }; |
| 49 | |