Created
June 10, 2013 02:57
-
-
Save ianmcmahon/5746255 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
fragment@0 { | |
target = <&am33xx_pinmux>; | |
__overlay__ { | |
bb_gpmc_pins: pinmux_bb_gpmc_pins { | |
pinctrl-single,pins = < | |
0x000 0x20 /* gpmc_ad0, INPUT_PULLDOWN | MODE0 */ | |
0x004 0x20 /* gpmc_ad1, INPUT_PULLDOWN | MODE0 */ | |
0x008 0x20 /* gpmc_ad2, INPUT_PULLDOWN | MODE0 */ | |
0x00c 0x20 /* gpmc_ad3, INPUT_PULLDOWN | MODE0 */ | |
0x010 0x20 /* gpmc_ad4, INPUT_PULLDOWN | MODE0 */ | |
0x014 0x20 /* gpmc_ad5, INPUT_PULLDOWN | MODE0 */ | |
0x018 0x20 /* gpmc_ad6, INPUT_PULLDOWN | MODE0 */ | |
0x01c 0x20 /* gpmc_ad7, INPUT_PULLDOWN | MODE0 */ | |
0x020 0x20 /* gpmc_ad8, INPUT_PULLDOWN | MODE0 */ | |
0x024 0x20 /* gpmc_ad9, INPUT_PULLDOWN | MODE0 */ | |
0x028 0x20 /* gpmc_ad10, INPUT_PULLDOWN | MODE0 */ | |
0x02c 0x20 /* gpmc_ad11, INPUT_PULLDOWN | MODE0 */ | |
0x030 0x20 /* gpmc_ad12, INPUT_PULLDOWN | MODE0 */ | |
0x034 0x20 /* gpmc_ad13, INPUT_PULLDOWN | MODE0 */ | |
0x038 0x20 /* gpmc_ad14, INPUT_PULLDOWN | MODE0 */ | |
0x03c 0x20 /* gpmc_ad15, INPUT_PULLDOWN | MODE0 */ | |
>; | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment