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/ { 13 model = "Marvell Armada 8020"; 14 compatible = "marvell,armada8020", "marvell,armada-ap806-dual", 15 "marvell,armada-ap806"; 16}; 17 18/* The RTC requires external oscillator. But on Aramda 80x0, the RTC clock 19 * in CP master is not connected (by package) to the oscillator. So 20 * disable it. However, the RTC clock in CP slave is connected to the 21 * oscillator so this one is let enabled. 22 */ 23 24&cp0_rtc { 25 status = "disabled"; 26}; 27