uniphier-pxs3-ref.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. //
  3. // Device Tree Source for UniPhier PXs3 Reference Board
  4. //
  5. // Copyright (C) 2017 Socionext Inc.
  6. // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  7. /dts-v1/;
  8. #include "uniphier-pxs3.dtsi"
  9. #include "uniphier-support-card.dtsi"
  10. / {
  11. model = "UniPhier PXs3 Reference Board";
  12. compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3";
  13. chosen {
  14. stdout-path = "serial0:115200n8";
  15. };
  16. aliases {
  17. serial0 = &serial0;
  18. serial1 = &serial1;
  19. serial2 = &serial2;
  20. serial3 = &serial3;
  21. i2c0 = &i2c0;
  22. i2c1 = &i2c1;
  23. i2c2 = &i2c2;
  24. i2c3 = &i2c3;
  25. i2c6 = &i2c6;
  26. };
  27. memory@80000000 {
  28. device_type = "memory";
  29. reg = <0 0x80000000 0 0xa0000000>;
  30. };
  31. };
  32. &ethsc {
  33. interrupts = <4 8>;
  34. };
  35. &serial0 {
  36. status = "okay";
  37. };
  38. &serial2 {
  39. status = "okay";
  40. };
  41. &serial3 {
  42. status = "okay";
  43. };
  44. &gpio {
  45. xirq4 {
  46. gpio-hog;
  47. gpios = <UNIPHIER_GPIO_IRQ(4) 0>;
  48. input;
  49. };
  50. };
  51. &i2c0 {
  52. status = "okay";
  53. };
  54. &i2c1 {
  55. status = "okay";
  56. };
  57. &i2c2 {
  58. status = "okay";
  59. };
  60. &i2c3 {
  61. status = "okay";
  62. };
  63. &eth0 {
  64. status = "okay";
  65. phy-handle = <&ethphy0>;
  66. };
  67. &mdio0 {
  68. ethphy0: ethphy@0 {
  69. reg = <0>;
  70. };
  71. };
  72. &eth1 {
  73. status = "okay";
  74. phy-handle = <&ethphy1>;
  75. };
  76. &mdio1 {
  77. ethphy1: ethphy@0 {
  78. reg = <0>;
  79. };
  80. };
  81. &nand {
  82. status = "okay";
  83. };