uniphier-proxstream2-vodka.dts 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*
  2. * Device Tree Source for UniPhier ProXstream2 Vodka Board
  3. *
  4. * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+
  7. */
  8. /dts-v1/;
  9. /include/ "uniphier-proxstream2.dtsi"
  10. / {
  11. model = "UniPhier ProXstream2 Vodka Board";
  12. compatible = "socionext,proxstream2-vodka", "socionext,proxstream2";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x80000000>;
  16. };
  17. chosen {
  18. stdout-path = "serial2:115200n8";
  19. };
  20. aliases {
  21. serial0 = &serial0;
  22. serial1 = &serial1;
  23. serial2 = &serial2;
  24. i2c0 = &i2c0;
  25. i2c4 = &i2c4;
  26. i2c5 = &i2c5;
  27. i2c6 = &i2c6;
  28. };
  29. };
  30. &serial2 {
  31. status = "okay";
  32. };
  33. &i2c0 {
  34. status = "okay";
  35. };
  36. &emmc {
  37. status = "okay";
  38. };
  39. &usb0 {
  40. status = "okay";
  41. };
  42. /* for U-Boot only */
  43. / {
  44. soc {
  45. u-boot,dm-pre-reloc;
  46. };
  47. };
  48. &serial2 {
  49. u-boot,dm-pre-reloc;
  50. };
  51. &mio {
  52. u-boot,dm-pre-reloc;
  53. };
  54. &emmc {
  55. u-boot,dm-pre-reloc;
  56. };
  57. &pinctrl {
  58. u-boot,dm-pre-reloc;
  59. };
  60. &pinctrl_uart2 {
  61. u-boot,dm-pre-reloc;
  62. };
  63. &pinctrl_emmc {
  64. u-boot,dm-pre-reloc;
  65. };