uniphier-pro4-ref.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. //
  3. // Device Tree Source for UniPhier Pro4 Reference Board
  4. //
  5. // Copyright (C) 2015-2016 Socionext Inc.
  6. // Author: Masahiro Yamada <[email protected]>
  7. /dts-v1/;
  8. #include "uniphier-pro4.dtsi"
  9. #include "uniphier-ref-daughter.dtsi"
  10. #include "uniphier-support-card.dtsi"
  11. / {
  12. model = "UniPhier Pro4 Reference Board";
  13. compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4";
  14. chosen {
  15. stdout-path = "serial0:115200n8";
  16. };
  17. aliases {
  18. serial0 = &serial0;
  19. serial1 = &serial1;
  20. serial2 = &serial2;
  21. serial3 = &serialsc;
  22. i2c0 = &i2c0;
  23. i2c1 = &i2c1;
  24. i2c2 = &i2c2;
  25. i2c3 = &i2c3;
  26. i2c5 = &i2c5;
  27. i2c6 = &i2c6;
  28. ethernet0 = &eth;
  29. };
  30. memory@80000000 {
  31. device_type = "memory";
  32. reg = <0x80000000 0x40000000>;
  33. };
  34. };
  35. &ethsc {
  36. interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
  37. };
  38. &serialsc {
  39. interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
  40. };
  41. &serial0 {
  42. status = "okay";
  43. };
  44. &serial1 {
  45. status = "okay";
  46. };
  47. &serial2 {
  48. status = "okay";
  49. };
  50. &gpio {
  51. xirq2-hog {
  52. gpio-hog;
  53. gpios = <UNIPHIER_GPIO_IRQ(2) 0>;
  54. input;
  55. };
  56. };
  57. &i2c0 {
  58. status = "okay";
  59. };
  60. &sd {
  61. status = "okay";
  62. };
  63. &usb2 {
  64. status = "okay";
  65. };
  66. &usb3 {
  67. status = "okay";
  68. };
  69. &eth {
  70. status = "okay";
  71. phy-handle = <&ethphy>;
  72. };
  73. &mdio {
  74. ethphy: ethernet-phy@0 {
  75. reg = <0>;
  76. };
  77. };
  78. &usb0 {
  79. status = "okay";
  80. };
  81. &usb1 {
  82. status = "okay";
  83. };
  84. &nand {
  85. status = "okay";
  86. nand@0 {
  87. reg = <0>;
  88. };
  89. };
  90. &ahci0 {
  91. status = "okay";
  92. };
  93. &ahci1 {
  94. status = "okay";
  95. };