2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
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.
10 #include "omap36xx.dtsi"
13 model = "TI OMAP3 BeagleBoard xM";
14 compatible = "ti,omap3-beagle-xm", "ti,omap36xx", "ti,omap3";
23 device_type = "memory";
24 reg = <0x80000000 0x20000000>; /* 512 MB */
28 compatible = "gpio-leds";
31 label = "beagleboard::usr0";
32 gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>; /* 150 -> D6 LED */
33 linux,default-trigger = "heartbeat";
37 label = "beagleboard::usr1";
38 gpios = <&gpio5 21 GPIO_ACTIVE_HIGH>; /* 149 -> D7 LED */
39 linux,default-trigger = "mmc0";
44 compatible = "pwm-leds";
47 label = "beagleboard::pmu_stat";
48 pwms = <&twl_pwmled 1 7812500>;
49 max-brightness = <127>;
54 compatible = "ti,omap-twl4030";
55 ti,model = "omap3beagle";
58 ti,codec = <&twl_audio>;
62 compatible = "gpio-keys";
66 gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
75 gpio1_pins: pinmux_gpio1_pins {
76 pinctrl-single,pins = <
77 0x0e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE4) /* sys_boot2.gpio_4 */
83 clock-frequency = <2600000>;
87 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
88 interrupt-parent = <&intc>;
91 compatible = "ti,twl4030-audio";
98 #include "twl4030.dtsi"
99 #include "twl4030_omap3.dtsi"
102 clock-frequency = <400000>;
106 clock-frequency = <100000>;
109 * Display monitor features are burnt in the EEPROM
113 compatible = "ti,eeprom";
119 vmmc-supply = <&vmmc1>;
120 vmmc_aux-supply = <&vsim>;
134 /* pullups: BIT(1) */
135 ti,pullups = <0x000002>;
138 * BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
139 * BIT(15), BIT(16), BIT(17)
141 ti,pulldowns = <0x03a1c4>;
145 interface-type = <0>;
146 usb-phy = <&usb2_phy>;
152 uart3_pins: pinmux_uart3_pins {
153 pinctrl-single,pins = <
154 0x16e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */
155 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx OUTPUT | MODE0 */
161 pinctrl-names = "default";
162 pinctrl-0 = <&uart3_pins>;
166 pinctrl-names = "default";
167 pinctrl-0 = <&gpio1_pins>;