2 * Copyright (C) 2012 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/ "am33xx.dtsi"
13 model = "TI AM335x BeagleBone";
14 compatible = "ti,am335x-bone", "ti,am33xx";
18 cpu0-supply = <&dcdc2_reg>;
23 device_type = "memory";
24 reg = <0x80000000 0x10000000>; /* 256 MB */
27 am33xx_pinmux: pinmux@44e10800 {
28 pinctrl-names = "default";
29 pinctrl-0 = <&user_leds_s0>;
31 user_leds_s0: user_leds_s0 {
32 pinctrl-single,pins = <
33 0x54 0x7 /* gpmc_a5.gpio1_21, OUTPUT | MODE7 */
34 0x58 0x17 /* gpmc_a6.gpio1_22, OUTPUT_PULLUP | MODE7 */
35 0x5c 0x7 /* gpmc_a7.gpio1_23, OUTPUT | MODE7 */
36 0x60 0x17 /* gpmc_a8.gpio1_24, OUTPUT_PULLUP | MODE7 */
42 uart1: serial@44e09000 {
48 clock-frequency = <400000>;
58 compatible = "gpio-leds";
61 label = "beaglebone:green:heartbeat";
62 gpios = <&gpio2 21 0>;
63 linux,default-trigger = "heartbeat";
64 default-state = "off";
68 label = "beaglebone:green:mmc0";
69 gpios = <&gpio2 22 0>;
70 linux,default-trigger = "mmc0";
71 default-state = "off";
75 label = "beaglebone:green:usr2";
76 gpios = <&gpio2 23 0>;
77 default-state = "off";
81 label = "beaglebone:green:usr3";
82 gpios = <&gpio2 24 0>;
83 default-state = "off";
88 /include/ "tps65217.dtsi"
92 dcdc1_reg: regulator@0 {
96 dcdc2_reg: regulator@1 {
97 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
98 regulator-name = "vdd_mpu";
99 regulator-min-microvolt = <925000>;
100 regulator-max-microvolt = <1325000>;
105 dcdc3_reg: regulator@2 {
106 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
107 regulator-name = "vdd_core";
108 regulator-min-microvolt = <925000>;
109 regulator-max-microvolt = <1150000>;
114 ldo1_reg: regulator@3 {
118 ldo2_reg: regulator@4 {
122 ldo3_reg: regulator@5 {
126 ldo4_reg: regulator@6 {
133 phy_id = <&davinci_mdio>, <0>;
137 phy_id = <&davinci_mdio>, <1>;