The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/marvell/armada-8020.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 };

Cache object: a9d27e1664857a042cf65b2dabc3c66d


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.