uniphier-pro4-sanji.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /*
  2. * Device Tree Source for UniPhier Pro4 Sanji Board
  3. *
  4. * Copyright (C) 2016 Socionext Inc.
  5. * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+ X11
  8. */
  9. /dts-v1/;
  10. /include/ "uniphier-pro4.dtsi"
  11. / {
  12. model = "UniPhier Pro4 Sanji Board";
  13. compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
  14. memory {
  15. device_type = "memory";
  16. reg = <0x80000000 0x80000000>;
  17. };
  18. chosen {
  19. stdout-path = "serial0:115200n8";
  20. };
  21. aliases {
  22. serial0 = &serial0;
  23. serial1 = &serial1;
  24. i2c0 = &i2c0;
  25. i2c1 = &i2c1;
  26. i2c2 = &i2c2;
  27. i2c3 = &i2c3;
  28. i2c5 = &i2c5;
  29. i2c6 = &i2c6;
  30. };
  31. };
  32. &serial0 {
  33. status = "okay";
  34. };
  35. &serial1 {
  36. status = "okay";
  37. };
  38. &i2c0 {
  39. status = "okay";
  40. eeprom@54 {
  41. compatible = "st,24c64", "i2c-eeprom";
  42. reg = <0x54>;
  43. u-boot,i2c-offset-len = <2>;
  44. };
  45. };
  46. &i2c1 {
  47. status = "okay";
  48. };
  49. &i2c2 {
  50. status = "okay";
  51. };
  52. &i2c3 {
  53. status = "okay";
  54. };
  55. &emmc {
  56. status = "okay";
  57. };
  58. &usb0 {
  59. status = "okay";
  60. };
  61. &usb1 {
  62. status = "okay";
  63. };
  64. &usb2 {
  65. status = "okay";
  66. };
  67. &usb3 {
  68. status = "okay";
  69. };
  70. /* for U-Boot only */
  71. &serial0 {
  72. u-boot,dm-pre-reloc;
  73. };
  74. &mio_clk {
  75. u-boot,dm-pre-reloc;
  76. };
  77. &emmc {
  78. u-boot,dm-pre-reloc;
  79. };
  80. &pinctrl_uart0 {
  81. u-boot,dm-pre-reloc;
  82. };
  83. &pinctrl_emmc {
  84. u-boot,dm-pre-reloc;
  85. };