Benoit Cousson | 295e98c6 | 2011-07-14 01:44:54 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2011 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 | |
Tony Lindgren | 642f12b | 2012-09-10 10:20:44 -0700 | [diff] [blame] | 10 | /include/ "omap36xx.dtsi" |
Benoit Cousson | 295e98c6 | 2011-07-14 01:44:54 +0530 | [diff] [blame] | 11 | |
| 12 | / { |
Tony Lindgren | 642f12b | 2012-09-10 10:20:44 -0700 | [diff] [blame] | 13 | model = "TI OMAP3 BeagleBoard xM"; |
| 14 | compatible = "ti,omap3-beagle-xm, ti,omap3-beagle", "ti,omap3"; |
Benoit Cousson | 295e98c6 | 2011-07-14 01:44:54 +0530 | [diff] [blame] | 15 | |
Nishanth Menon | a134be3 | 2013-03-19 12:53:05 -0500 | [diff] [blame^] | 16 | cpus { |
| 17 | cpu@0 { |
| 18 | cpu0-supply = <&vcc>; |
| 19 | }; |
| 20 | }; |
| 21 | |
Benoit Cousson | 295e98c6 | 2011-07-14 01:44:54 +0530 | [diff] [blame] | 22 | memory { |
| 23 | device_type = "memory"; |
| 24 | reg = <0x80000000 0x20000000>; /* 512 MB */ |
| 25 | }; |
Florian Vaussard | a60be2f | 2012-09-05 09:46:26 +0200 | [diff] [blame] | 26 | |
| 27 | leds { |
| 28 | compatible = "gpio-leds"; |
Benoit Cousson | 1c1737e | 2012-09-05 16:42:04 +0200 | [diff] [blame] | 29 | |
| 30 | heartbeat { |
| 31 | label = "beagleboard::usr0"; |
| 32 | gpios = <&gpio5 22 0>; /* 150 -> D6 LED */ |
| 33 | linux,default-trigger = "heartbeat"; |
| 34 | }; |
| 35 | |
| 36 | mmc { |
| 37 | label = "beagleboard::usr1"; |
| 38 | gpios = <&gpio5 21 0>; /* 149 -> D7 LED */ |
| 39 | linux,default-trigger = "mmc0"; |
| 40 | }; |
Florian Vaussard | a60be2f | 2012-09-05 09:46:26 +0200 | [diff] [blame] | 41 | }; |
Peter Ujfalusi | 2c195f9 | 2012-08-29 16:31:05 +0300 | [diff] [blame] | 42 | |
Peter Ujfalusi | 2c09c60 | 2013-01-18 15:16:18 +0100 | [diff] [blame] | 43 | pwmleds { |
| 44 | compatible = "pwm-leds"; |
| 45 | |
| 46 | pmu_stat { |
| 47 | label = "beagleboard::pmu_stat"; |
| 48 | pwms = <&twl_pwmled 1 7812500>; |
| 49 | max-brightness = <127>; |
| 50 | }; |
| 51 | }; |
| 52 | |
Peter Ujfalusi | 2c195f9 | 2012-08-29 16:31:05 +0300 | [diff] [blame] | 53 | sound { |
| 54 | compatible = "ti,omap-twl4030"; |
| 55 | ti,model = "omap3beagle"; |
| 56 | |
| 57 | ti,mcbsp = <&mcbsp2>; |
| 58 | ti,codec = <&twl_audio>; |
| 59 | }; |
Benoit Cousson | 295e98c6 | 2011-07-14 01:44:54 +0530 | [diff] [blame] | 60 | }; |
Benoit Cousson | 5340b51 | 2011-07-14 01:44:54 +0530 | [diff] [blame] | 61 | |
| 62 | &i2c1 { |
| 63 | clock-frequency = <2600000>; |
| 64 | |
| 65 | twl: twl@48 { |
| 66 | reg = <0x48>; |
| 67 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ |
| 68 | interrupt-parent = <&intc>; |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 69 | |
Peter Ujfalusi | 2c195f9 | 2012-08-29 16:31:05 +0300 | [diff] [blame] | 70 | twl_audio: audio { |
| 71 | compatible = "ti,twl4030-audio"; |
| 72 | codec { |
| 73 | }; |
| 74 | }; |
Benoit Cousson | 5340b51 | 2011-07-14 01:44:54 +0530 | [diff] [blame] | 75 | }; |
| 76 | }; |
| 77 | |
| 78 | /include/ "twl4030.dtsi" |
| 79 | |
| 80 | &i2c2 { |
| 81 | clock-frequency = <400000>; |
| 82 | }; |
| 83 | |
| 84 | &i2c3 { |
| 85 | clock-frequency = <100000>; |
| 86 | |
| 87 | /* |
| 88 | * Display monitor features are burnt in the EEPROM |
| 89 | * as EDID data. |
| 90 | */ |
| 91 | eeprom@50 { |
| 92 | compatible = "ti,eeprom"; |
| 93 | reg = <0x50>; |
| 94 | }; |
| 95 | }; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 96 | |
| 97 | &mmc1 { |
| 98 | vmmc-supply = <&vmmc1>; |
| 99 | vmmc_aux-supply = <&vsim>; |
Arnd Bergmann | 7f21779 | 2012-05-13 00:14:24 -0400 | [diff] [blame] | 100 | bus-width = <8>; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 101 | }; |
| 102 | |
| 103 | &mmc2 { |
Roland Stigge | fd5c3fd | 2012-06-21 01:36:03 -0700 | [diff] [blame] | 104 | status = "disabled"; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 105 | }; |
| 106 | |
| 107 | &mmc3 { |
Roland Stigge | fd5c3fd | 2012-06-21 01:36:03 -0700 | [diff] [blame] | 108 | status = "disabled"; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 109 | }; |
Florian Vaussard | a60be2f | 2012-09-05 09:46:26 +0200 | [diff] [blame] | 110 | |
| 111 | &twl_gpio { |
| 112 | ti,use-leds; |
| 113 | /* pullups: BIT(1) */ |
| 114 | ti,pullups = <0x000002>; |
| 115 | /* |
| 116 | * pulldowns: |
| 117 | * BIT(2), BIT(6), BIT(7), BIT(8), BIT(13) |
| 118 | * BIT(15), BIT(16), BIT(17) |
| 119 | */ |
| 120 | ti,pulldowns = <0x03a1c4>; |
| 121 | }; |
Kishon Vijay Abraham I | ad871c1 | 2013-03-07 19:05:16 +0530 | [diff] [blame] | 122 | |
| 123 | &usb_otg_hs { |
| 124 | interface-type = <0>; |
| 125 | mode = <3>; |
| 126 | power = <50>; |
| 127 | }; |