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/arm/conf/PANDABOARD.hints

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 # $FreeBSD: releng/10.2/sys/arm/conf/PANDABOARD.hints 239281 2012-08-15 06:31:32Z gonzo $
    2 
    3 # USB ECHI 
    4 
    5 #
    6 # TI OMAP Power Management and System Companion Device sitting on the I2C bus
    7 # hint.tps65950.0.at="iicbus0"
    8 # hint.tps65950.0.addr=0xd0
    9 
   10 
   11 #
   12 # Defines the GPIO pin used to detect the Write Protect stat of the MMC/SD card.
   13 #hint.omap_mmc.0.wp_gpio="23"
   14 
   15 
   16 #
   17 # If 'phy_reset" is set, then the accompaning PHY is reset using one of the
   18 # GPIO pins. If the reset GPIO pin is not -1 then the pin will be toggled when
   19 # the USB driver is loaded.
   20 hint.ehci.0.phy_reset="0"
   21 
   22 #
   23 # Sets the PHY mode for the individual ports, the following values are allowed
   24 #   - EHCI_HCD_OMAP3_MODE_UNKNOWN   0
   25 #   - EHCI_HCD_OMAP3_MODE_PHY       1
   26 #   - EHCI_HCD_OMAP3_MODE_TLL       2
   27 hint.ehci.0.phy_mode_0="1"
   28 hint.ehci.0.phy_mode_1="0"
   29 hint.ehci.0.phy_mode_2="0"
   30 
   31 #
   32 # If specified the value indicates a pin that is toggled as a heart-beat. The
   33 # heart beat pusle is triggered every 500ms using the system tick timer.
   34 hint.omap_clk.0.heartbeat_gpio="150"
   35 
   36 
   37 #
   38 # Padconf (pinmux) settings - typically this would be set by the boot-loader
   39 # but can be overridden here.  These hints are applied to the H/W when the
   40 # SCM module is initialised.
   41 #
   42 # The format is:
   43 #     hint.omap_scm.0.padconf.<padname>=<muxmode:options>
   44 #
   45 # Where the options can be one of the following:
   46 #     output, input, input_pullup, input_pulldown
   47 #
   48 
   49 # Setup the pin settings for the HS USB Host (PHY mode)
   50 hint.omap4.0.padconf.ag19="usbb1_ulpiphy_stp:output"
   51 hint.omap4.0.padconf.ae18="usbb1_ulpiphy_clk:input_pulldown"
   52 hint.omap4.0.padconf.af19="usbb1_ulpiphy_dir:input_pulldown"
   53 hint.omap4.0.padconf.ae19="usbb1_ulpiphy_nxt:input_pulldown"
   54 hint.omap4.0.padconf.af18="usbb1_ulpiphy_dat0:input_pulldown"
   55 hint.omap4.0.padconf.ag18="usbb1_ulpiphy_dat1:input_pulldown"
   56 hint.omap4.0.padconf.ae17="usbb1_ulpiphy_dat2:input_pulldown"
   57 hint.omap4.0.padconf.af17="usbb1_ulpiphy_dat3:input_pulldown"
   58 hint.omap4.0.padconf.ah17="usbb1_ulpiphy_dat4:input_pulldown"
   59 hint.omap4.0.padconf.ae16="usbb1_ulpiphy_dat5:input_pulldown"
   60 hint.omap4.0.padconf.af16="usbb1_ulpiphy_dat6:input_pulldown"
   61 hint.omap4.0.padconf.ag16="usbb1_ulpiphy_dat7:input_pulldown"

Cache object: 9acf1f0adee3e62e524c98083ec7034c


[ 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.