The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/am335x-baltos-ir2110.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-only
    2 /*
    3  * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
    4  */
    5 
    6 /*
    7  * VScom OnRISC
    8  * http://www.vscom.de
    9  */
   10 
   11 /dts-v1/;
   12 
   13 #include "am335x-baltos.dtsi"
   14 #include "am335x-baltos-leds.dtsi"
   15 
   16 / {
   17         model = "OnRISC Baltos iR 2110";
   18 };
   19 
   20 &am33xx_pinmux {
   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 */
   31                 >;
   32         };
   33 
   34         mmc1_pins: pinmux_mmc1_pins {
   35                 pinctrl-single,pins = <
   36                         AM33XX_PADCONF(AM335X_PIN_GPMC_AD15, PIN_INPUT, MUX_MODE7)     /* MMC1 CD */
   37                 >;
   38         };
   39 };
   40 
   41 &uart1 {
   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>;
   48 
   49         status = "okay";
   50 };
   51 
   52 &usb0_phy {
   53         status = "okay";
   54 };
   55 
   56 &usb0 {
   57         status = "okay";
   58         dr_mode = "host";
   59 };
   60 
   61 &davinci_mdio_sw {
   62         phy0: ethernet-phy@0 {
   63                 reg = <1>;
   64         };
   65 };
   66 
   67 &cpsw_port1 {
   68         phy-mode = "rmii";
   69         ti,dual-emac-pvid = <1>;
   70         phy-handle = <&phy0>;
   71 };
   72 
   73 &cpsw_port2 {
   74         phy-mode = "rgmii-id";
   75         ti,dual-emac-pvid = <2>;
   76         phy-handle = <&phy1>;
   77 };
   78 
   79 &mmc1 {
   80         pinctrl-names = "default";
   81         pinctrl-0 = <&mmc1_pins>;
   82         cd-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
   83 };

Cache object: f282bb81cbcaff75643dcaffca2bcc7e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.