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
34ea5c9d
Commit
34ea5c9d
authored
Jan 04, 2017
by
Joel Stanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: dts: aspeed: Add ftgmac100 to g4 and g5 platforms
Signed-off-by:
Joel Stanley
<
joel@jms.id.au
>
parent
9b08d450
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
0 deletions
+55
-0
arch/arm/boot/dts/aspeed-ast2500-evb.dts
arch/arm/boot/dts/aspeed-ast2500-evb.dts
+14
-0
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
+9
-0
arch/arm/boot/dts/aspeed-g4.dtsi
arch/arm/boot/dts/aspeed-g4.dtsi
+16
-0
arch/arm/boot/dts/aspeed-g5.dtsi
arch/arm/boot/dts/aspeed-g5.dtsi
+16
-0
No files found.
arch/arm/boot/dts/aspeed-ast2500-evb.dts
View file @
34ea5c9d
...
...
@@ -23,3 +23,17 @@ memory {
&
uart5
{
status
=
"okay"
;
};
&
mac0
{
status
=
"okay"
;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_rgmii1_default
&
pinctrl_mdio1_default
>;
};
&
mac1
{
status
=
"okay"
;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_rgmii2_default
&
pinctrl_mdio2_default
>;
};
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
View file @
34ea5c9d
...
...
@@ -34,3 +34,12 @@ vga_memory: framebuffer@5f000000 {
&
uart5
{
status
=
"okay"
;
};
&
mac0
{
status
=
"okay"
;
use
-
ncsi
;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_rmii1_default
>;
};
arch/arm/boot/dts/aspeed-g4.dtsi
View file @
34ea5c9d
...
...
@@ -41,6 +41,22 @@ vic: interrupt-controller@1e6c0080 {
reg
=
<
0x1e6c0080
0x80
>;
};
mac0
:
ethernet
@
1e660000
{
compatible
=
"faraday,ftgmac100"
;
reg
=
<
0x1e660000
0x180
>;
interrupts
=
<
2
>;
no
-
hw
-
checksum
;
status
=
"disabled"
;
};
mac1
:
ethernet
@
1e680000
{
compatible
=
"faraday,ftgmac100"
;
reg
=
<
0x1e680000
0x180
>;
interrupts
=
<
3
>;
no
-
hw
-
checksum
;
status
=
"disabled"
;
};
apb
{
compatible
=
"simple-bus"
;
#
address
-
cells
=
<
1
>;
...
...
arch/arm/boot/dts/aspeed-g5.dtsi
View file @
34ea5c9d
...
...
@@ -32,6 +32,22 @@ vic: interrupt-controller@1e6c0080 {
reg
=
<
0x1e6c0080
0x80
>;
};
mac0
:
ethernet
@
1e660000
{
compatible
=
"faraday,ftgmac100"
;
reg
=
<
0x1e660000
0x180
>;
interrupts
=
<
2
>;
no
-
hw
-
checksum
;
status
=
"disabled"
;
};
mac1
:
ethernet
@
1e680000
{
compatible
=
"faraday,ftgmac100"
;
reg
=
<
0x1e680000
0x180
>;
interrupts
=
<
3
>;
no
-
hw
-
checksum
;
status
=
"disabled"
;
};
apb
{
compatible
=
"simple-bus"
;
#
address
-
cells
=
<
1
>;
...
...
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