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