18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2016 Marvell Technology Group Ltd. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Device Tree file for the Armada 8020 SoC, made of an AP806 Dual and 68c2ecf20Sopenharmony_ci * two CP110. 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include "armada-ap806-dual.dtsi" 108c2ecf20Sopenharmony_ci#include "armada-80x0.dtsi" 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/ { 138c2ecf20Sopenharmony_ci model = "Marvell Armada 8020"; 148c2ecf20Sopenharmony_ci compatible = "marvell,armada8020", "marvell,armada-ap806-dual", 158c2ecf20Sopenharmony_ci "marvell,armada-ap806"; 168c2ecf20Sopenharmony_ci}; 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci/* The RTC requires external oscillator. But on Aramda 80x0, the RTC clock 198c2ecf20Sopenharmony_ci * in CP master is not connected (by package) to the oscillator. So 208c2ecf20Sopenharmony_ci * disable it. However, the RTC clock in CP slave is connected to the 218c2ecf20Sopenharmony_ci * oscillator so this one is let enabled. 228c2ecf20Sopenharmony_ci */ 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci&cp0_rtc { 258c2ecf20Sopenharmony_ci status = "disabled"; 268c2ecf20Sopenharmony_ci}; 27