Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
f63e9f4c
Commit
f63e9f4c
authored
5 years ago
by
Manish Pandey
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "fdts: a5ds: add L2 cache node in devicetree" into integration
parents
98ee29c6
79c6c342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fdts/a5ds.dts
+14
-0
fdts/a5ds.dts
with
14 additions
and
0 deletions
+14
-0
fdts/a5ds.dts
View file @
f63e9f4c
...
@@ -27,24 +27,28 @@
...
@@ -27,24 +27,28 @@
compatible
=
"arm,cortex-a5"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
enable
-
method
=
"psci"
;
reg
=
<
0
>;
reg
=
<
0
>;
next
-
level
-
cache
=
<&
L2
>;
};
};
cpu
@
1
{
cpu
@
1
{
device_type
=
"cpu"
;
device_type
=
"cpu"
;
compatible
=
"arm,cortex-a5"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
enable
-
method
=
"psci"
;
reg
=
<
1
>;
reg
=
<
1
>;
next
-
level
-
cache
=
<&
L2
>;
};
};
cpu
@
2
{
cpu
@
2
{
device_type
=
"cpu"
;
device_type
=
"cpu"
;
compatible
=
"arm,cortex-a5"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
enable
-
method
=
"psci"
;
reg
=
<
2
>;
reg
=
<
2
>;
next
-
level
-
cache
=
<&
L2
>;
};
};
cpu
@
3
{
cpu
@
3
{
device_type
=
"cpu"
;
device_type
=
"cpu"
;
compatible
=
"arm,cortex-a5"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
enable
-
method
=
"psci"
;
reg
=
<
3
>;
reg
=
<
3
>;
next
-
level
-
cache
=
<&
L2
>;
};
};
};
};
...
@@ -53,6 +57,16 @@
...
@@ -53,6 +57,16 @@
reg
=
<
0x80000000
0x7F000000
>;
reg
=
<
0x80000000
0x7F000000
>;
};
};
L2
:
cache
-
controller
@
1
C010000
{
compatible
=
"arm,pl310-cache"
;
reg
=
<
0x1C010000
0x1000
>;
interrupts
=
<
0
84
4
>;
cache
-
level
=
<
2
>;
cache
-
unified
;
arm
,
data
-
latency
=
<
1
1
1
>;
arm
,
tag
-
latency
=
<
1
1
1
>;
};
refclk100mhz
:
refclk100mhz
{
refclk100mhz
:
refclk100mhz
{
compatible
=
"fixed-clock"
;
compatible
=
"fixed-clock"
;
#
clock
-
cells
=
<
0
>;
#
clock
-
cells
=
<
0
>;
...
...
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
Menu
Projects
Groups
Snippets
Help