xref: /linux/arch/arm64/boot/dts/marvell/armada-ap807.dtsi (revision 2f24482304ebd32c5aa374f31465b9941a860b92)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Device Tree file for Marvell Armada AP807
4 *
5 * Copyright (C) 2019 Marvell Technology Group Ltd.
6 */
7
8#include "armada-ap80x.dtsi"
9
10&ap_syscon0 {
11	ap_clk: clock {
12		compatible = "marvell,ap807-clock";
13		#clock-cells = <1>;
14	};
15};
16
17&ap_syscon1 {
18	cpu_clk: clock-cpu {
19		compatible = "marvell,ap807-cpu-clock";
20		clocks = <&ap_clk 0>, <&ap_clk 1>;
21		#clock-cells = <1>;
22	};
23};
24
25&ap_sdhci0 {
26	compatible = "marvell,armada-ap807-sdhci",
27		     "marvell,armada-ap806-sdhci"; /* Backward compatibility */
28};
29
30&ap_thermal {
31	compatible = "marvell,armada-ap807-thermal";
32};
33