1
0
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:
Oleksandr Tymoshenko 2012-12-31 22:48:54 +00:00
parent 593c0b49f9
commit 72b5255edf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244916

View File

@ -67,6 +67,8 @@
pl310@48242000 {
compatible = "arm,pl310";
reg = < 0x48242000 0x1000 >;
interrupts = < 32 >;
interrupt-parent = < &GIC >;
};
mp_tmr@48240200 {
compatible = "arm,mpcore-timers";