xref: /openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040.dtsi (revision 292816a637acc363ce024e6ead22a902ccfcec46)
1*292816a6SGregory 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 8040 SoC, made of an AP806 Quad and
6ec7e5a56SThomas Petazzoni * two CP110.
7ec7e5a56SThomas Petazzoni */
8ec7e5a56SThomas Petazzoni
9ec7e5a56SThomas Petazzoni#include "armada-ap806-quad.dtsi"
10ae701b60SGregory CLEMENT#include "armada-80x0.dtsi"
11ec7e5a56SThomas Petazzoni
12ec7e5a56SThomas Petazzoni/ {
13ec7e5a56SThomas Petazzoni	model = "Marvell Armada 8040";
14ec7e5a56SThomas Petazzoni	compatible = "marvell,armada8040", "marvell,armada-ap806-quad",
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 */
2391f1be92SThomas Petazzoni&cp0_rtc {
24bbedcf58SGregory CLEMENT	status = "disabled";
25bbedcf58SGregory CLEMENT};
26