uniphier-pro4-ace.dts 1.3 KB

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