Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
c07b000f
Commit
c07b000f
authored
11 years ago
by
Nicolas Ferre
Browse files
Options
Download
Email Patches
Plain Diff
ARM: at91/DT: at91sam9n12: add SPI DMA client infos
Signed-off-by:
Nicolas Ferre
<
nicolas.ferre@atmel.com
>
parent
e543a73a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
arch/arm/boot/dts/at91sam9n12.dtsi
arch/arm/boot/dts/at91sam9n12.dtsi
+6
-0
No files found.
arch/arm/boot/dts/at91sam9n12.dtsi
View file @
c07b000f
...
...
@@ -487,6 +487,9 @@ spi0: spi@f0000000 {
compatible
=
"atmel,at91rm9200-spi"
;
reg
=
<
0xf0000000
0x100
>;
interrupts
=
<
13
IRQ_TYPE_LEVEL_HIGH
3
>;
dmas
=
<&
dma
1
AT91_DMA_CFG_PER_ID
(
1
)>,
<&
dma
1
AT91_DMA_CFG_PER_ID
(
2
)>;
dma
-
names
=
"tx"
,
"rx"
;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_spi0
>;
status
=
"disabled"
;
...
...
@@ -498,6 +501,9 @@ spi1: spi@f0004000 {
compatible
=
"atmel,at91rm9200-spi"
;
reg
=
<
0xf0004000
0x100
>;
interrupts
=
<
14
IRQ_TYPE_LEVEL_HIGH
3
>;
dmas
=
<&
dma
1
AT91_DMA_CFG_PER_ID
(
3
)>,
<&
dma
1
AT91_DMA_CFG_PER_ID
(
4
)>;
dma
-
names
=
"tx"
,
"rx"
;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_spi1
>;
status
=
"disabled"
;
...
...
This diff is collapsed.
Click to expand it.
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