armada-8040.dtsi 688 B

1234567891011121314151617181920212223242526
  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 8040 SoC, made of an AP806 Quad and
  6. * two CP110.
  7. */
  8. #include "armada-ap806-quad.dtsi"
  9. #include "armada-80x0.dtsi"
  10. / {
  11. model = "Marvell Armada 8040";
  12. compatible = "marvell,armada8040", "marvell,armada-ap806-quad",
  13. "marvell,armada-ap806";
  14. };
  15. /* The RTC requires external oscillator. But on Aramda 80x0, the RTC clock
  16. * in CP master is not connected (by package) to the oscillator. So
  17. * disable it. However, the RTC clock in CP slave is connected to the
  18. * oscillator so this one is let enabled.
  19. */
  20. &cp0_rtc {
  21. status = "disabled";
  22. };