mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add interrupt for PL310 controller
This commit is contained in:
parent
593c0b49f9
commit
72b5255edf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244916
@ -67,6 +67,8 @@
|
||||
pl310@48242000 {
|
||||
compatible = "arm,pl310";
|
||||
reg = < 0x48242000 0x1000 >;
|
||||
interrupts = < 32 >;
|
||||
interrupt-parent = < &GIC >;
|
||||
};
|
||||
mp_tmr@48240200 {
|
||||
compatible = "arm,mpcore-timers";
|
||||
|
Loading…
Reference in New Issue
Block a user