uniphier-ld6b.dtsi 744 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Device Tree Source for UniPhier LD6b SoC
  3. *
  4. * Copyright (C) 2015-2016 Socionext Inc.
  5. * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+ X11
  8. */
  9. /*
  10. * LD6b consists of two silicon dies: D-chip and A-chip.
  11. * The D-chip (digital chip) is the same as the PXs2 die.
  12. * Reuse the PXs2 device tree with some properties overridden.
  13. */
  14. /include/ "uniphier-pxs2.dtsi"
  15. / {
  16. compatible = "socionext,uniphier-ld6b";
  17. };
  18. /* UART3 unavailable: the pads are not wired to the package balls */
  19. &serial3 {
  20. status = "disabled";
  21. };
  22. /*
  23. * LD6b and PXs2 have completely different packages,
  24. * which makes the pinctrl driver unshareable.
  25. */
  26. &pinctrl {
  27. compatible = "socionext,uniphier-ld6b-pinctrl";
  28. };