2012-08-31 18:06:11 +02:00
/*
* Copyright (C) 2012 Florian Vaussard, EPFL Mobots group
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/*
* The Gumstix Overo must be combined with an expansion board.
*/
/dts-v1/;
2013-03-19 12:53:03 -05:00
/include/ "omap34xx.dtsi"
2012-08-31 18:06:11 +02:00
2012-09-10 15:16:36 +02:00
/ {
2013-01-23 18:56:51 +01:00
pwmleds {
compatible = "pwm-leds";
2012-09-10 15:16:36 +02:00
overo {
label = "overo:blue:COM";
2013-01-23 18:56:51 +01:00
pwms = <&twl_pwmled 1 7812500>;
max-brightness = <127>;
2012-09-10 15:16:36 +02:00
};
};
2013-01-23 18:56:52 +01:00
sound {
compatible = "ti,omap-twl4030";
ti,model = "overo";
ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
};
2012-09-10 15:16:36 +02:00
};
2012-08-31 18:06:11 +02:00
&i2c1 {
clock-frequency = <2600000>;
twl: twl@48 {
reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>;
2013-01-23 18:56:52 +01:00
twl_audio: audio {
compatible = "ti,twl4030-audio";
codec {
};
};
2012-08-31 18:06:11 +02:00
};
};
/include/ "twl4030.dtsi"
/* i2c2 pins are used for gpio */
&i2c2 {
status = "disabled";
};
/* on board microSD slot */
&mmc1 {
vmmc-supply = <&vmmc1>;
bus-width = <4>;
};
/* optional on board WiFi */
&mmc2 {
bus-width = <4>;
};
2012-09-10 15:16:36 +02:00
&twl_gpio {
ti,use-leds;
};
2013-03-07 19:05:16 +05:30
&usb_otg_hs {
interface-type = <0>;
mode = <3>;
power = <50>;
};