uniphier-pxs2-gentil.dts 1.4 KB

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