1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
13 #include "am335x-baltos.dtsi"
14 #include "am335x-baltos-leds.dtsi"
17 model = "OnRISC Baltos iR 2110";
21 uart1_pins: pinmux_uart1_pins {
22 pinctrl-single,pins = <
23 AM33XX_PADCONF(AM335X_PIN_UART1_RXD, PIN_INPUT, MUX_MODE0)
24 AM33XX_PADCONF(AM335X_PIN_UART1_TXD, PIN_INPUT, MUX_MODE0)
25 AM33XX_PADCONF(AM335X_PIN_UART1_CTSN, PIN_INPUT_PULLDOWN, MUX_MODE0)
26 AM33XX_PADCONF(AM335X_PIN_UART1_RTSN, PIN_OUTPUT_PULLDOWN, MUX_MODE0)
27 AM33XX_PADCONF(AM335X_PIN_LCD_VSYNC, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* lcd_vsync.gpio2[22] DTR */
28 AM33XX_PADCONF(AM335X_PIN_LCD_HSYNC, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_hsync.gpio2[23] DSR */
29 AM33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
30 AM33XX_PADCONF(AM335X_PIN_LCD_AC_BIAS_EN, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_ac_bias_en.gpio2[25] RI */
34 mmc1_pins: pinmux_mmc1_pins {
35 pinctrl-single,pins = <
36 AM33XX_PADCONF(AM335X_PIN_GPMC_AD15, PIN_INPUT, MUX_MODE7) /* MMC1 CD */
42 pinctrl-names = "default";
43 pinctrl-0 = <&uart1_pins>;
44 dtr-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
45 dsr-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
46 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
47 rng-gpios = <&gpio2 25 GPIO_ACTIVE_LOW>;
62 phy0: ethernet-phy@0 {
69 dual_emac_res_vlan = <1>;
74 phy-mode = "rgmii-id";
75 dual_emac_res_vlan = <2>;
80 pinctrl-names = "default";
81 pinctrl-0 = <&mmc1_pins>;
82 cd-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;