]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/conf/PANDABOARD.hints
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / arm / conf / PANDABOARD.hints
1 # $FreeBSD$
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"