uniphier-pro4-ref.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /*
  2. * Device Tree Source for UniPhier Pro4 Reference Board
  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. /dts-v1/;
  10. /include/ "uniphier-pro4.dtsi"
  11. /include/ "uniphier-ref-daughter.dtsi"
  12. /include/ "uniphier-support-card.dtsi"
  13. / {
  14. model = "UniPhier Pro4 Reference Board";
  15. compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4";
  16. memory {
  17. device_type = "memory";
  18. reg = <0x80000000 0x40000000>;
  19. };
  20. chosen {
  21. stdout-path = "serial0:115200n8";
  22. };
  23. aliases {
  24. serial0 = &serial0;
  25. serial1 = &serial1;
  26. serial2 = &serial2;
  27. serial3 = &serial3;
  28. i2c0 = &i2c0;
  29. i2c1 = &i2c1;
  30. i2c2 = &i2c2;
  31. i2c3 = &i2c3;
  32. i2c5 = &i2c5;
  33. i2c6 = &i2c6;
  34. usb0 = &usb0;
  35. };
  36. };
  37. &ethsc {
  38. interrupts = <0 50 4>;
  39. };
  40. &serial0 {
  41. status = "okay";
  42. };
  43. &serial1 {
  44. status = "okay";
  45. };
  46. &serial2 {
  47. status = "okay";
  48. };
  49. &i2c0 {
  50. status = "okay";
  51. };
  52. &sd {
  53. status = "okay";
  54. };
  55. &sd1 {
  56. status = "okay";
  57. };
  58. &usb2 {
  59. status = "okay";
  60. };
  61. &usb3 {
  62. status = "okay";
  63. };
  64. &usb0 {
  65. status = "okay";
  66. };
  67. &usb1 {
  68. status = "okay";
  69. };
  70. /* for U-Boot only */
  71. &serial0 {
  72. u-boot,dm-pre-reloc;
  73. };
  74. &pinctrl_uart0 {
  75. u-boot,dm-pre-reloc;
  76. };