2 * Copyright (C) 2014 STMicroelectronics Limited.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * publishhed by the Free Software Foundation.
17 compatible = "arm,cortex-a9";
22 compatible = "arm,cortex-a9";
27 intc: interrupt-controller@fffe1000 {
28 compatible = "arm,cortex-a9-gic";
29 #interrupt-cells = <3>;
31 reg = <0xfffe1000 0x1000>,
36 compatible = "arm,cortex-a9-scu";
37 reg = <0xfffe0000 0x1000>;
41 interrupt-parent = <&intc>;
42 compatible = "arm,cortex-a9-global-timer";
43 reg = <0xfffe0200 0x100>;
44 interrupts = <1 11 0x04>;
45 clocks = <&arm_periph_clk>;