Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106167035
D4213.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
751 B
Referenced Files
None
Subscribers
None
D4213.diff
View Options
Index: head/sys/boot/fdt/dts/arm/armada-38x.dtsi
===================================================================
--- head/sys/boot/fdt/dts/arm/armada-38x.dtsi
+++ head/sys/boot/fdt/dts/arm/armada-38x.dtsi
@@ -152,10 +152,19 @@
reg = <0xc000 0x58>;
};
+ timer@c200 {
+ compatible = "arm,cortex-a9-global-timer";
+ reg = <0xc200 0x20>;
+ interrupts = <GIC_PPI 11 (IRQ_TYPE_EDGE_RISING | GIC_CPU_MASK_SIMPLE(2))>;
+ clock-frequency = <800000000>;
+ clocks = <&coreclk 2>;
+ };
+
timer@c600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0xc600 0x20>;
interrupts = <GIC_PPI 13 (IRQ_TYPE_EDGE_RISING | GIC_CPU_MASK_SIMPLE(2))>;
+ clock-frequency = <800000000>;
clocks = <&coreclk 2>;
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 12:03 PM (10 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15614135
Default Alt Text
D4213.diff (751 B)
Attached To
Mode
D4213: Add global mpcore timer node to dts
Attached
Detach File
Event Timeline
Log In to Comment