3 #include <dt-bindings/interrupt-controller/irq.h>
4 #include <dt-bindings/interrupt-controller/mips-gic.h>
6 /memreserve/ 0x00000000 0x00001000; /* YAMON exception vectors */
7 /memreserve/ 0x00001000 0x000ef000; /* YAMON */
8 /memreserve/ 0x000f0000 0x00010000; /* PIIX4 ISA memory */
13 compatible = "mti,malta";
15 cpu_intc: interrupt-controller {
16 compatible = "mti,cpu-interrupt-controller";
19 #interrupt-cells = <1>;
22 gic: interrupt-controller@1bdc0000 {
23 compatible = "mti,gic";
24 reg = <0x1bdc0000 0x20000>;
27 #interrupt-cells = <3>;
30 * Declare the interrupt-parent even though the mti,gic
31 * binding doesn't require it, such that the kernel can
32 * figure out that cpu_intc is the root interrupt
33 * controller & should be probed first.
35 interrupt-parent = <&cpu_intc>;
38 compatible = "mti,gic-timer";
39 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
43 i8259: interrupt-controller@20 {
44 compatible = "intel,i8259";
47 #interrupt-cells = <1>;
49 interrupt-parent = <&gic>;
50 interrupts = <GIC_SHARED 3 IRQ_TYPE_LEVEL_HIGH>;
54 compatible = "intel,dt28f160", "cfi-flash";
55 reg = <0x1e000000 0x400000>;
61 compatible = "fixed-partitions";
73 reg = <0x100000 0x2e0000>;
77 label = "Board Config";
78 reg = <0x3e0000 0x20000>;
84 fpga_regs: system-controller@1f000000 {
85 compatible = "mti,malta-fpga", "syscon", "simple-mfd";
86 reg = <0x1f000000 0x1000>;
90 compatible = "syscon-reboot";
91 regmap = <&fpga_regs>;
101 ranges = <1 0 0 0x1000>;
104 compatible = "motorola,mc146818";
107 interrupt-parent = <&i8259>;