uniphier-pxs2-vodka.dts 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. //
  3. // Device Tree Source for UniPhier PXs2 Vodka 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 Vodka Board";
  11. compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2";
  12. chosen {
  13. stdout-path = "serial0:115200n8";
  14. };
  15. aliases {
  16. serial0 = &serial2;
  17. serial1 = &serial0;
  18. serial2 = &serial1;
  19. i2c0 = &i2c0;
  20. i2c4 = &i2c4;
  21. i2c5 = &i2c5;
  22. i2c6 = &i2c6;
  23. ethernet0 = &eth;
  24. };
  25. memory@80000000 {
  26. device_type = "memory";
  27. reg = <0x80000000 0x80000000>;
  28. };
  29. sound {
  30. compatible = "audio-graph-card";
  31. label = "UniPhier PXs2";
  32. dais = <&spdif_port0
  33. &comp_spdif_port0>;
  34. };
  35. spdif-out {
  36. compatible = "linux,spdif-dit";
  37. #sound-dai-cells = <0>;
  38. port@0 {
  39. spdif_tx: endpoint {
  40. remote-endpoint = <&spdif_hiecout1>;
  41. };
  42. };
  43. };
  44. comp-spdif-out {
  45. compatible = "linux,spdif-dit";
  46. #sound-dai-cells = <0>;
  47. port@0 {
  48. comp_spdif_tx: endpoint {
  49. remote-endpoint = <&comp_spdif_hiecout1>;
  50. };
  51. };
  52. };
  53. };
  54. &serial2 {
  55. status = "okay";
  56. };
  57. &spdif_hiecout1 {
  58. remote-endpoint = <&spdif_tx>;
  59. };
  60. &comp_spdif_hiecout1 {
  61. remote-endpoint = <&comp_spdif_tx>;
  62. };
  63. &i2c0 {
  64. status = "okay";
  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. };