uniphier-pro4-sanji.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. //
  3. // Device Tree Source for UniPhier Pro4 Sanji 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 Sanji Board";
  11. compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
  12. chosen {
  13. stdout-path = "serial0:115200n8";
  14. };
  15. aliases {
  16. serial0 = &serial0;
  17. serial1 = &serial1;
  18. i2c0 = &i2c0;
  19. i2c1 = &i2c1;
  20. i2c2 = &i2c2;
  21. i2c3 = &i2c3;
  22. i2c5 = &i2c5;
  23. i2c6 = &i2c6;
  24. ethernet0 = &eth;
  25. };
  26. memory@80000000 {
  27. device_type = "memory";
  28. reg = <0x80000000 0x80000000>;
  29. };
  30. };
  31. &serial0 {
  32. status = "okay";
  33. };
  34. &serial1 {
  35. status = "okay";
  36. };
  37. &i2c0 {
  38. status = "okay";
  39. eeprom@54 {
  40. compatible = "st,24c64", "atmel,24c64";
  41. reg = <0x54>;
  42. pagesize = <32>;
  43. };
  44. };
  45. &i2c1 {
  46. status = "okay";
  47. };
  48. &i2c2 {
  49. status = "okay";
  50. };
  51. &i2c3 {
  52. status = "okay";
  53. };
  54. &usb2 {
  55. status = "okay";
  56. };
  57. &usb3 {
  58. status = "okay";
  59. };
  60. &emmc {
  61. status = "okay";
  62. };
  63. &eth {
  64. status = "okay";
  65. phy-handle = <&ethphy>;
  66. };
  67. &mdio {
  68. ethphy: ethernet-phy@1 {
  69. reg = <1>;
  70. };
  71. };
  72. &usb0 {
  73. status = "okay";
  74. };
  75. &usb1 {
  76. status = "okay";
  77. };