uniphier-ph1-sld8-ref.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /*
  2. * Device Tree Source for UniPhier PH1-sLD8 Reference Board
  3. *
  4. * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+ X11
  7. */
  8. /dts-v1/;
  9. /include/ "uniphier-ph1-sld8.dtsi"
  10. /include/ "uniphier-ref-daughter.dtsi"
  11. /include/ "uniphier-support-card.dtsi"
  12. / {
  13. model = "UniPhier PH1-sLD8 Reference Board";
  14. compatible = "socionext,ph1-sld8-ref", "socionext,ph1-sld8";
  15. memory {
  16. device_type = "memory";
  17. reg = <0x80000000 0x20000000>;
  18. };
  19. chosen {
  20. stdout-path = "serial0:115200n8";
  21. };
  22. aliases {
  23. serial0 = &serial0;
  24. serial1 = &serial1;
  25. serial2 = &serial2;
  26. serial3 = &serial3;
  27. i2c0 = &i2c0;
  28. i2c1 = &i2c1;
  29. i2c2 = &i2c2;
  30. i2c3 = &i2c3;
  31. };
  32. };
  33. &ethsc {
  34. interrupts = <0 48 4>;
  35. };
  36. &serial0 {
  37. status = "okay";
  38. };
  39. &serial2 {
  40. status = "okay";
  41. };
  42. &serial3 {
  43. status = "okay";
  44. };
  45. &i2c0 {
  46. status = "okay";
  47. };
  48. &sd {
  49. status = "okay";
  50. };
  51. &usb0 {
  52. status = "okay";
  53. };
  54. &usb1 {
  55. status = "okay";
  56. };
  57. &usb2 {
  58. status = "okay";
  59. };
  60. /* for U-Boot only */
  61. / {
  62. soc {
  63. u-boot,dm-pre-reloc;
  64. };
  65. };
  66. &serial0 {
  67. u-boot,dm-pre-reloc;
  68. };
  69. &pinctrl {
  70. u-boot,dm-pre-reloc;
  71. };
  72. &pinctrl_uart0 {
  73. u-boot,dm-pre-reloc;
  74. };