uniphier-ph1-pro4-ref.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /*
  2. * Device Tree Source for UniPhier PH1-Pro4 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-pro4.dtsi"
  10. /include/ "uniphier-ref-daughter.dtsi"
  11. / {
  12. model = "UniPhier PH1-Pro4 Reference Board";
  13. compatible = "socionext,ph1-pro4-ref", "socionext,ph1-pro4";
  14. memory {
  15. device_type = "memory";
  16. reg = <0x80000000 0x40000000>;
  17. };
  18. chosen {
  19. stdout-path = "serial0:115200n8";
  20. };
  21. aliases {
  22. serial0 = &serial0;
  23. serial1 = &serial1;
  24. serial2 = &serial2;
  25. serial3 = &serial3;
  26. i2c0 = &i2c0;
  27. i2c1 = &i2c1;
  28. i2c2 = &i2c2;
  29. i2c3 = &i2c3;
  30. i2c5 = &i2c5;
  31. i2c6 = &i2c6;
  32. usb0 = &usb0;
  33. };
  34. };
  35. &serial0 {
  36. status = "okay";
  37. };
  38. &serial1 {
  39. status = "okay";
  40. };
  41. &serial2 {
  42. status = "okay";
  43. };
  44. &i2c0 {
  45. status = "okay";
  46. };
  47. &usb0 {
  48. status = "okay";
  49. };
  50. &usb2 {
  51. status = "okay";
  52. };
  53. &usb3 {
  54. status = "okay";
  55. };
  56. /* for U-Boot only */
  57. / {
  58. soc {
  59. u-boot,dm-pre-reloc;
  60. };
  61. };
  62. &serial0 {
  63. u-boot,dm-pre-reloc;
  64. };
  65. &pinctrl {
  66. u-boot,dm-pre-reloc;
  67. };
  68. &pinctrl_uart0 {
  69. u-boot,dm-pre-reloc;
  70. };