1292816a6SGregory CLEMENT// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2ec7e5a56SThomas Petazzoni/*
3ec7e5a56SThomas Petazzoni * Copyright (C) 2016 Marvell Technology Group Ltd.
4ec7e5a56SThomas Petazzoni *
5ec7e5a56SThomas Petazzoni * Device Tree file for the Armada 8020 SoC, made of an AP806 Dual and
6ec7e5a56SThomas Petazzoni * two CP110.
7ec7e5a56SThomas Petazzoni */
8ec7e5a56SThomas Petazzoni
9ec7e5a56SThomas Petazzoni#include "armada-ap806-dual.dtsi"
10ae701b60SGregory CLEMENT#include "armada-80x0.dtsi"
11ec7e5a56SThomas Petazzoni
12ec7e5a56SThomas Petazzoni/ {
13ec7e5a56SThomas Petazzoni	model = "Marvell Armada 8020";
14ec7e5a56SThomas Petazzoni	compatible = "marvell,armada8020", "marvell,armada-ap806-dual",
15ec7e5a56SThomas Petazzoni		     "marvell,armada-ap806";
16ec7e5a56SThomas Petazzoni};
17bbedcf58SGregory CLEMENT
18bbedcf58SGregory CLEMENT/* The RTC requires external oscillator. But on Aramda 80x0, the RTC clock
19bbedcf58SGregory CLEMENT * in CP master is not connected (by package) to the oscillator. So
20bbedcf58SGregory CLEMENT * disable it. However, the RTC clock in CP slave is connected to the
21bbedcf58SGregory CLEMENT * oscillator so this one is let enabled.
22bbedcf58SGregory CLEMENT */
23bbedcf58SGregory CLEMENT
2491f1be92SThomas Petazzoni&cp0_rtc {
25bbedcf58SGregory CLEMENT	status = "disabled";
26bbedcf58SGregory CLEMENT};
27