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
35d23047
Commit
35d23047
authored
May 06, 2012
by
Shawn Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: dts: enable mmc for imx28-evk
Signed-off-by:
Shawn Guo
<
shawn.guo@linaro.org
>
parent
be1ce308
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
arch/arm/boot/dts/imx28-evk.dts
arch/arm/boot/dts/imx28-evk.dts
+19
-0
arch/arm/boot/dts/imx28.dtsi
arch/arm/boot/dts/imx28.dtsi
+25
-0
No files found.
arch/arm/boot/dts/imx28-evk.dts
View file @
35d23047
...
...
@@ -21,6 +21,25 @@ memory {
};
apb
@
80000000
{
apbh
@
80000000
{
ssp0
:
ssp
@
80010000
{
compatible
=
"fsl,imx28-mmc"
;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
mmc0_8bit_pins_a
&
mmc0_cd_cfg
&
mmc0_sck_cfg
>;
bus
-
width
=
<
8
>;
wp
-
gpios
=
<&
gpio2
12
0
>;
status
=
"okay"
;
};
ssp1
:
ssp
@
80012000
{
compatible
=
"fsl,imx28-mmc"
;
bus
-
width
=
<
8
>;
wp
-
gpios
=
<&
gpio0
28
0
>;
status
=
"okay"
;
};
};
apbx
@
80040000
{
duart
:
serial
@
80074000
{
pinctrl
-
names
=
"default"
;
...
...
arch/arm/boot/dts/imx28.dtsi
View file @
35d23047
...
...
@@ -81,24 +81,28 @@ gpmi@8000c000 {
ssp0: ssp@80010000 {
reg = <0x80010000 2000>;
interrupts = <96 82>;
fsl,ssp-dma-channel = <0>;
status = "disabled";
};
ssp1: ssp@80012000 {
reg = <0x80012000 2000>;
interrupts = <97 83>;
fsl,ssp-dma-channel = <1>;
status = "disabled";
};
ssp2: ssp@80014000 {
reg = <0x80014000 2000>;
interrupts = <98 84>;
fsl,ssp-dma-channel = <2>;
status = "disabled";
};
ssp3: ssp@80016000 {
reg = <0x80016000 2000>;
interrupts = <99 85>;
fsl,ssp-dma-channel = <3>;
status = "disabled";
};
...
...
@@ -179,6 +183,27 @@ mac1_pins_a: mac1@0 {
fsl,voltage = <1>;
fsl,pull-up = <1>;
};
mmc0_8bit_pins_a: mmc0-8bit@0 {
reg = <0>;
fsl,pinmux-ids = <0x2000 0x2010 0x2020
0x2030 0x2040 0x2050 0x2060
0x2070 0x2080 0x2090 0x20a0>;
fsl,drive-strength = <1>;
fsl,voltage = <1>;
fsl,pull-up = <1>;
};
mmc0_cd_cfg: mmc0-cd-cfg {
fsl,pinmux-ids = <0x2090>;
fsl,pull-up = <0>;
};
mmc0_sck_cfg: mmc0-sck-cfg {
fsl,pinmux-ids = <0x20a0>;
fsl,drive-strength = <2>;
fsl,pull-up = <0>;
};
};
digctl@8001c000 {
...
...
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