forked from beagleboard/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Robert Nelson <[email protected]>
- Loading branch information
1 parent
2df92e5
commit 39b6035
Showing
33 changed files
with
718 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
/* standard */ | ||
|
||
&gpio1 { | ||
emmc_rst { | ||
gpio-hog; | ||
gpios = <20 0>; | ||
output-high; | ||
line-name = "EMMC ResetN"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/* | ||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#include <dt-bindings/board/am335x-bbw-bbb-base.h> | ||
#include "am335x-peripheral-can1.dtsi" | ||
|
||
/* cape universal */ | ||
|
||
/* | ||
*&ocp { | ||
* P9_24_pinmux { | ||
* mode = "can"; | ||
* }; | ||
* P9_26_pinmux { | ||
* mode = "can"; | ||
* }; | ||
*}; | ||
* | ||
*&dcan1 { | ||
* pinctrl-0 = <>; | ||
*}; | ||
* | ||
*/ | ||
|
||
/* standard */ | ||
|
||
&am33xx_pinmux { | ||
dcan1_pins: pinmux_dcan1_pins { | ||
pinctrl-single,pins = < | ||
/* P9_26: uart1_rxd.d_can1_tx */ | ||
BONE_P9_26 (PIN_OUTPUT_PULLUP | MUX_MODE2) | ||
/* P9_24: uart1_txd.d_can1_rx */ | ||
BONE_P9_24 (PIN_INPUT_PULLUP | MUX_MODE2) | ||
>; | ||
}; | ||
}; | ||
|
||
&dcan1 { | ||
pinctrl-0 = <&dcan1_pins>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
/* | ||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
/* Testing */ | ||
/* lsblk */ | ||
|
||
#include <dt-bindings/board/am335x-bbw-bbb-base.h> | ||
#include "am335x-peripheral-emmc.dtsi" | ||
|
||
/* cape universal */ | ||
|
||
/* | ||
*&ocp { | ||
* P8_21_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_20_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_25_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_24_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_05_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_06_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_23_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_22_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_03_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
* P8_04_pinmux { | ||
* state = "disabled"; | ||
* }; | ||
*}; | ||
* | ||
*&mmc2 { | ||
* pinctrl-0 = <>; | ||
*}; | ||
* | ||
*/ | ||
|
||
/* standard */ | ||
|
||
&am33xx_pinmux { | ||
emmc_pins: pinmux_emmc_pins { | ||
pinctrl-single,pins = < | ||
/* P8_21: gpmc_csn1.mmc1_clk */ | ||
BONE_P8_21 (PIN_INPUT_PULLUP | MUX_MODE2) | ||
/* P8_20: gpmc_csn2.mmc1_cmd */ | ||
BONE_P8_20 (PIN_INPUT_PULLUP | MUX_MODE2) | ||
/* P8_25: gpmc_ad0.mmc1_dat0 */ | ||
BONE_P8_25 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
/* P8_24: gpmc_ad1.mmc1_dat1 */ | ||
BONE_P8_24 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
/* P8_05: gpmc_ad2.mmc1_dat2 */ | ||
BONE_P8_05 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
/* P8_06: gpmc_ad3.mmc1_dat3 */ | ||
BONE_P8_06 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
/* P8_23: gpmc_ad4.mmc1_dat4 */ | ||
BONE_P8_23 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
/* P8_22: gpmc_ad5.mmc1_dat5 */ | ||
BONE_P8_22 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
/* P8_03: gpmc_ad6.mmc1_dat6 */ | ||
BONE_P8_03 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
/* P8_04: gpmc_ad7.mmc1_dat7 */ | ||
BONE_P8_04 (PIN_INPUT_PULLUP | MUX_MODE1) | ||
>; | ||
}; | ||
}; | ||
|
||
&mmc2 { | ||
pinctrl-0 = <&emmc_pins>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/* | ||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#include <dt-bindings/board/am335x-bbw-bbb-base.h> | ||
#include "am335x-peripheral-i2c2.dtsi" | ||
|
||
/* cape universal */ | ||
|
||
/* | ||
*&ocp { | ||
* P9_19_pinmux { | ||
* mode = "i2c"; | ||
* }; | ||
* P9_20_pinmux { | ||
* mode = "i2c"; | ||
* }; | ||
*}; | ||
* | ||
*&dcan0 { | ||
* pinctrl-0 = <>; | ||
*}; | ||
* | ||
*/ | ||
|
||
/* standard */ | ||
|
||
&am33xx_pinmux { | ||
i2c2_pins: pinmux_i2c2_pins { | ||
pinctrl-single,pins = < | ||
/* P9_20: uart1_ctsn.i2c2_sda */ | ||
BONE_P9_20 (SLEWCTRL_SLOW | PIN_INPUT_PULLUP | MUX_MODE3) | ||
/* P9_19: uart1_rtsn.i2c2_scl */ | ||
BONE_P9_19 (SLEWCTRL_SLOW | PIN_INPUT_PULLUP | MUX_MODE3) | ||
>; | ||
}; | ||
}; | ||
|
||
&i2c2 { | ||
pinctrl-0 = <&i2c2_pins>; | ||
}; |
Oops, something went wrong.