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";
21 compatible = "simple-bus";
24 ranges = <0 0x0 0x70000000 0x10000000>;
27 compatible = "sprd,sc9860-uart",
30 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
35 uart1: serial@100000 {
36 compatible = "sprd,sc9860-uart",
38 reg = <0x100000 0x100>;
39 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
44 uart2: serial@200000 {
45 compatible = "sprd,sc9860-uart",
47 reg = <0x200000 0x100>;
48 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
53 uart3: serial@300000 {
54 compatible = "sprd,sc9860-uart",
56 reg = <0x300000 0x100>;
57 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
66 compatible = "fixed-clock";
68 clock-frequency = <26000000>;
69 clock-output-names = "ext_26m";