1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright (C) 2018 Synaptics Incorporated
5 * Author: Jisheng Zhang <jszhang@kernel.org>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 compatible = "syna,as370";
12 interrupt-parent = <&gic>;
17 compatible = "arm,psci-1.0";
26 compatible = "arm,cortex-a53";
29 enable-method = "psci";
30 next-level-cache = <&l2>;
31 cpu-idle-states = <&CPU_SLEEP_0>;
35 compatible = "arm,cortex-a53";
38 enable-method = "psci";
39 next-level-cache = <&l2>;
40 cpu-idle-states = <&CPU_SLEEP_0>;
44 compatible = "arm,cortex-a53";
47 enable-method = "psci";
48 next-level-cache = <&l2>;
49 cpu-idle-states = <&CPU_SLEEP_0>;
53 compatible = "arm,cortex-a53";
56 enable-method = "psci";
57 next-level-cache = <&l2>;
58 cpu-idle-states = <&CPU_SLEEP_0>;
66 entry-method = "psci";
67 CPU_SLEEP_0: cpu-sleep-0 {
68 compatible = "arm,idle-state";
70 arm,psci-suspend-param = <0x0010000>;
71 entry-latency-us = <75>;
72 exit-latency-us = <155>;
73 min-residency-us = <1000>;
79 compatible = "fixed-clock";
81 clock-frequency = <25000000>;
85 compatible = "arm,cortex-a53-pmu";
86 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
87 <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
88 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
89 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
90 interrupt-affinity = <&cpu0>,
97 compatible = "arm,armv8-timer";
98 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
99 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
100 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
101 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
105 compatible = "simple-bus";
106 #address-cells = <1>;
108 ranges = <0 0 0xf7000000 0x1000000>;
110 gic: interrupt-controller@901000 {
111 compatible = "arm,gic-400";
112 #interrupt-cells = <3>;
113 interrupt-controller;
114 reg = <0x901000 0x1000>,
118 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
122 compatible = "simple-bus";
123 #address-cells = <1>;
125 ranges = <0 0xe80000 0x10000>;
128 compatible = "snps,dw-apb-uart";
130 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
137 compatible = "snps,dw-apb-gpio";
138 reg = <0x1800 0x400>;
139 #address-cells = <1>;
143 compatible = "snps,dw-apb-gpio-port";
146 snps,nr-gpios = <32>;
148 interrupt-controller;
149 #interrupt-cells = <2>;
150 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
155 compatible = "snps,dw-apb-gpio";
156 reg = <0x2000 0x400>;
157 #address-cells = <1>;
161 compatible = "snps,dw-apb-gpio-port";
164 snps,nr-gpios = <32>;
166 interrupt-controller;
167 #interrupt-cells = <2>;
168 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;