Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Copyright (C) 2016 Marvell Technology Group Ltd.
0004  *
0005  * Device Tree file for the Armada 8020 SoC, made of an AP806 Dual and
0006  * two CP110.
0007  */
0008 
0009 #include "armada-ap806-dual.dtsi"
0010 #include "armada-80x0.dtsi"
0011 
0012 / {
0013         model = "Marvell Armada 8020";
0014         compatible = "marvell,armada8020", "marvell,armada-ap806-dual",
0015                      "marvell,armada-ap806";
0016 };
0017 
0018 /* The RTC requires external oscillator. But on Aramda 80x0, the RTC clock
0019  * in CP master is not connected (by package) to the oscillator. So
0020  * disable it. However, the RTC clock in CP slave is connected to the
0021  * oscillator so this one is let enabled.
0022  */
0023 
0024 &cp0_rtc {
0025         status = "disabled";
0026 };