2 * Spreadtrum Whale2 platform peripherals
4 * Copyright (C) 2016, Spreadtrum Communications Inc.
6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
10 interrupt-parent = <&gic>;
15 compatible = "simple-bus";
20 ap_ahb_regs: syscon@20210000 {
21 compatible = "syscon";
22 reg = <0 0x20210000 0 0x10000>;
25 pmu_regs: syscon@402b0000 {
26 compatible = "syscon";
27 reg = <0 0x402b0000 0 0x10000>;
30 aon_regs: syscon@402e0000 {
31 compatible = "syscon";
32 reg = <0 0x402e0000 0 0x10000>;
35 ana_regs: syscon@40400000 {
36 compatible = "syscon";
37 reg = <0 0x40400000 0 0x10000>;
40 agcp_regs: syscon@415e0000 {
41 compatible = "syscon";
42 reg = <0 0x415e0000 0 0x1000000>;
45 vsp_regs: syscon@61100000 {
46 compatible = "syscon";
47 reg = <0 0x61100000 0 0x10000>;
50 cam_regs: syscon@62100000 {
51 compatible = "syscon";
52 reg = <0 0x62100000 0 0x10000>;
55 disp_regs: syscon@63100000 {
56 compatible = "syscon";
57 reg = <0 0x63100000 0 0x10000>;
60 ap_apb_regs: syscon@70b00000 {
61 compatible = "syscon";
62 reg = <0 0x70b00000 0 0x40000>;
66 compatible = "simple-bus";
69 ranges = <0 0x0 0x70000000 0x10000000>;
72 compatible = "sprd,sc9860-uart",
75 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
80 uart1: serial@100000 {
81 compatible = "sprd,sc9860-uart",
83 reg = <0x100000 0x100>;
84 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
89 uart2: serial@200000 {
90 compatible = "sprd,sc9860-uart",
92 reg = <0x200000 0x100>;
93 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
98 uart3: serial@300000 {
99 compatible = "sprd,sc9860-uart",
101 reg = <0x300000 0x100>;
102 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
110 compatible = "fixed-clock";
112 clock-frequency = <32768>;
113 clock-output-names = "ext-32k";
117 compatible = "fixed-clock";
119 clock-frequency = <26000000>;
120 clock-output-names = "ext-26m";
123 ext_rco_100m: ext_rco_100m {
124 compatible = "fixed-clock";
126 clock-frequency = <100000000>;
127 clock-output-names = "ext-rco-100m";