projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2942a2f
)
ARM: dts: sama7g5: add CPU bindings
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Tue, 2 Jun 2020 12:35:55 +0000
(15:35 +0300)
committer
Eugen Hristev
<eugen.hristev@microchip.com>
Thu, 7 Jan 2021 07:44:15 +0000
(09:44 +0200)
Add CPU DT bindings.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
arch/arm/dts/sama7g5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sama7g5.dtsi
b/arch/arm/dts/sama7g5.dtsi
index
a413064
..
7918b91
100644
(file)
--- a/
arch/arm/dts/sama7g5.dtsi
+++ b/
arch/arm/dts/sama7g5.dtsi
@@
-40,6
+40,18
@@
};
};
+ cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ A7_0: cpu@0 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a7";
+ clocks = <&pmc PMC_TYPE_CORE 8>, <&pmc PMC_TYPE_CORE 22>, <&main_xtal>;
+ clock-names = "cpu", "master", "xtal";
+ };
+ };
+
ahb {
compatible = "simple-bus";
#address-cells = <1>;