1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/interrupt-controller/irq.h>
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
8 compatible = "socionext,sc2000a";
9 interrupt-parent = <&gic>;
16 enable-method = "socionext,milbeaut-m10v-smp";
19 compatible = "arm,cortex-a7";
24 compatible = "arm,cortex-a7";
29 compatible = "arm,cortex-a7";
34 compatible = "arm,cortex-a7";
39 timer { /* The Generic Timer */
40 compatible = "arm,armv7-timer";
41 interrupts = <GIC_PPI 13
42 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
44 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
46 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
48 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
49 clock-frequency = <40000000>;
54 compatible = "simple-bus";
58 interrupt-parent = <&gic>;
60 gic: interrupt-controller@1d000000 {
61 compatible = "arm,cortex-a7-gic";
63 #interrupt-cells = <3>;
64 reg = <0x1d001000 0x1000>,
65 <0x1d002000 0x1000>; /* CPU I/f base and size */
68 timer@1e000050 { /* 32-bit Reload Timers */
69 compatible = "socionext,milbeaut-timer";
70 reg = <0x1e000050 0x20>;
71 interrupts = <0 91 4>;
74 uart1: serial@1e700010 { /* PE4, PE5 */
75 /* Enable this as ttyUSI0 */
76 compatible = "socionext,milbeaut-usio-uart";
77 reg = <0x1e700010 0x10>;
78 interrupts = <0 141 0x4>, <0 149 0x4>;
79 interrupt-names = "rx", "tx";
85 compatible = "mmio-sram";
89 ranges = <0 0x0 0x10000>;
91 compatible = "socionext,milbeaut-smp-sram";