Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
c12a819e
Commit
c12a819e
authored
Nov 20, 2012
by
Jean-Christophe PLAGNIOL-VILLARD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: at91: pm9g45: add mmc support
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD
<
plagnioj@jcrosoft.com
>
parent
301333bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
arch/arm/boot/dts/pm9g45.dts
arch/arm/boot/dts/pm9g45.dts
+21
-0
No files found.
arch/arm/boot/dts/pm9g45.dts
View file @
c12a819e
...
...
@@ -46,12 +46,33 @@ pinctrl_board_nand: nand0-board {
2
14
0x0
0x1
>;
/*
PC14
gpio
enable
pin
pull_up
*/
};
};
mmc
{
pinctrl_board_mmc
:
mmc0
-
board
{
atmel
,
pins
=
<
3
6
0x0
0x5
>;
/*
PD6
gpio
CD
pin
pull_up
and
deglitch
*/
};
};
};
mmc0
:
mmc
@
fff80000
{
pinctrl
-
0
=
<
&
pinctrl_board_mmc
&
pinctrl_mmc0_slot0_clk_cmd_dat0
&
pinctrl_mmc0_slot0_dat1_3
>;
status
=
"okay"
;
slot
@
0
{
reg
=
<
0
>;
bus
-
width
=
<
4
>;
cd
-
gpios
=
<&
pioD
6
0
>;
};
};
macb0
:
ethernet
@
fffbc000
{
phy
-
mode
=
"rmii"
;
status
=
"okay"
;
};
};
nand0
:
nand
@
40000000
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment