uniphier-pro5-4kbox.dts 908 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
  3. *
  4. * Copyright (C) 2015-2016 Socionext Inc.
  5. * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. /dts-v1/;
  10. /include/ "uniphier-pro5.dtsi"
  11. / {
  12. model = "UniPhier Pro5 4KBOX Board";
  13. compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5";
  14. memory {
  15. device_type = "memory";
  16. reg = <0x80000000 0x40000000>;
  17. };
  18. chosen {
  19. stdout-path = "serial1:115200n8";
  20. };
  21. aliases {
  22. serial1 = &serial1;
  23. serial2 = &serial2;
  24. i2c0 = &i2c0;
  25. i2c5 = &i2c5;
  26. i2c6 = &i2c6;
  27. };
  28. };
  29. &serial1 {
  30. status = "okay";
  31. };
  32. &serial2 {
  33. status = "okay";
  34. };
  35. &i2c0 {
  36. status = "okay";
  37. };
  38. &usb1 {
  39. status = "okay";
  40. };
  41. &emmc {
  42. status = "okay";
  43. };
  44. &sd {
  45. status = "okay";
  46. };
  47. /* for U-Boot only */
  48. &serial1 {
  49. u-boot,dm-pre-reloc;
  50. };
  51. &pinctrl_uart1 {
  52. u-boot,dm-pre-reloc;
  53. };