xref: /linux/arch/arm64/boot/dts/marvell/armada-ap806.dtsi (revision 2f24482304ebd32c5aa374f31465b9941a860b92)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2016 Marvell Technology Group Ltd.
4 *
5 * Device Tree file for Marvell Armada AP806.
6 */
7
8#include "armada-ap80x.dtsi"
9
10&ap_syscon0 {
11	ap_clk: clock {
12		compatible = "marvell,ap806-clock";
13		#clock-cells = <1>;
14	};
15};
16
17&ap_syscon1 {
18	cpu_clk: clock-cpu@278 {
19		compatible = "marvell,ap806-cpu-clock";
20		clocks = <&ap_clk 0>, <&ap_clk 1>;
21		#clock-cells = <1>;
22		reg = <0x278 0xa30>;
23	};
24};
25