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
nexedi
linux
Commits
0f5c4b99
Commit
0f5c4b99
authored
Jan 28, 2012
by
Jean-Christophe PLAGNIOL-VILLARD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: at91: sam9g20 udc add dt support
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD
<
plagnioj@jcrosoft.com
>
parent
d1494a34
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
arch/arm/boot/dts/at91sam9g20.dtsi
arch/arm/boot/dts/at91sam9g20.dtsi
+7
-0
arch/arm/boot/dts/usb_a9g20.dts
arch/arm/boot/dts/usb_a9g20.dts
+5
-0
No files found.
arch/arm/boot/dts/at91sam9g20.dtsi
View file @
0f5c4b99
...
...
@@ -191,6 +191,13 @@ macb0: ethernet@fffc4000 {
interrupts
=
<
21
4
>;
status
=
"disabled"
;
};
usb1
:
gadget
@
fffa4000
{
compatible
=
"atmel,at91rm9200-udc"
;
reg
=
<
0xfffa4000
0x4000
>;
interrupts
=
<
10
4
>;
status
=
"disabled"
;
};
};
nand0
:
nand
@
40000000
{
...
...
arch/arm/boot/dts/usb_a9g20.dts
View file @
0f5c4b99
...
...
@@ -41,6 +41,11 @@ macb0: ethernet@fffc4000 {
phy
-
mode
=
"rmii"
;
status
=
"okay"
;
};
usb1
:
gadget
@
fffa4000
{
atmel
,
vbus
-
gpio
=
<&
pioC
5
0
>;
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