Lines Matching +full:cpsw +full:- +full:mdio
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
9 cpu0-supply = <&dcdc2_reg>;
19 stdout-path = &uart0;
23 pinctrl-names = "default";
24 pinctrl-0 = <&user_leds_s0>;
26 compatible = "gpio-leds";
31 linux,default-trigger = "heartbeat";
32 default-state = "off";
38 linux,default-trigger = "mmc0";
39 default-state = "off";
45 linux,default-trigger = "cpu0";
46 default-state = "off";
52 linux,default-trigger = "mmc1";
53 default-state = "off";
58 compatible = "regulator-fixed";
59 regulator-name = "vmmcsd_fixed";
60 regulator-min-microvolt = <3300000>;
61 regulator-max-microvolt = <3300000>;
66 pinctrl-names = "default";
67 pinctrl-0 = <&clkout2_pin>;
69 user_leds_s0: user-leds-s0-pins {
70 pinctrl-single,pins = <
78 i2c0_pins: i2c0-pins {
79 pinctrl-single,pins = <
85 i2c2_pins: i2c2-pins {
86 pinctrl-single,pins = <
92 uart0_pins: uart0-pins {
93 pinctrl-single,pins = <
99 clkout2_pin: clkout2-pins {
100 pinctrl-single,pins = <
105 cpsw_default: cpsw-default-pins {
106 pinctrl-single,pins = <
124 cpsw_sleep: cpsw-sleep-pins {
125 pinctrl-single,pins = <
143 davinci_mdio_default: davinci-mdio-default-pins {
144 pinctrl-single,pins = <
145 /* MDIO */
153 davinci_mdio_sleep: davinci-mdio-sleep-pins {
154 pinctrl-single,pins = <
155 /* MDIO reset value */
163 mmc1_pins: mmc1-pins {
164 pinctrl-single,pins = <
175 emmc_pins: emmc-pins {
176 pinctrl-single,pins = <
192 pinctrl-names = "default";
193 pinctrl-0 = <&uart0_pins>;
200 interrupts-extended = <&intc 18 &tps 0>;
201 interrupt-names = "mc", "vbus";
209 pinctrl-names = "default";
210 pinctrl-0 = <&i2c0_pins>;
213 clock-frequency = <400000>;
222 vcc-supply = <&ldo4_reg>;
224 #address-cells = <1>;
225 #size-cells = <1>;
233 pinctrl-names = "default";
234 pinctrl-0 = <&i2c2_pins>;
237 clock-frequency = <100000>;
242 #address-cells = <1>;
243 #size-cells = <1>;
252 #address-cells = <1>;
253 #size-cells = <1>;
262 #address-cells = <1>;
263 #size-cells = <1>;
272 #address-cells = <1>;
273 #size-cells = <1>;
285 * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
286 * mode") at poweroff. Most BeagleBone versions do not support RTC-only
289 * For details, see linux-omap mailing list May 2015 thread
290 * [PATCH] ARM: dts: am335x-bone* enable pmic-shutdown-controller
292 * http://www.spinics.net/lists/linux-omap/msg118585.html
293 * http://www.spinics.net/lists/linux-omap/msg118615.html
296 * &tps { /delete-property/ ti,pmic-shutdown-controller; }
297 * if you want to use RTC-only mode and made sure you are not affected
298 * by the hardware problems. (Tip: double-check by performing a current
303 interrupt-parent = <&intc>;
305 ti,pmic-shutdown-controller;
317 regulator-name = "vdds_dpr";
318 regulator-always-on;
322 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
323 regulator-name = "vdd_mpu";
324 regulator-min-microvolt = <925000>;
325 regulator-max-microvolt = <1351500>;
326 regulator-boot-on;
327 regulator-always-on;
331 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
332 regulator-name = "vdd_core";
333 regulator-min-microvolt = <925000>;
334 regulator-max-microvolt = <1150000>;
335 regulator-boot-on;
336 regulator-always-on;
340 regulator-name = "vio,vrtc,vdds";
341 regulator-always-on;
345 regulator-name = "vdd_3v3aux";
346 regulator-always-on;
350 regulator-name = "vdd_1v8";
351 regulator-always-on;
355 regulator-name = "vdd_3v3a";
356 regulator-always-on;
362 phy-handle = <ðphy0>;
363 phy-mode = "mii";
364 ti,dual-emac-pvid = <1>;
372 pinctrl-names = "default", "sleep";
373 pinctrl-0 = <&cpsw_default>;
374 pinctrl-1 = <&cpsw_sleep>;
379 pinctrl-names = "default", "sleep";
380 pinctrl-0 = <&davinci_mdio_default>;
381 pinctrl-1 = <&davinci_mdio_sleep>;
383 ethphy0: ethernet-phy@0 {
386 reset-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
387 reset-assert-us = <300>;
388 reset-deassert-us = <6500>;
394 bus-width = <0x4>;
395 pinctrl-names = "default";
396 pinctrl-0 = <&mmc1_pins>;
397 cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
410 clock-names = "ext-clk", "int-clk";
411 system-power-controller;
419 firmware-name = "am335x-bone-scale-data.bin";