uniphier-proxstream2-vodka.dts 896 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. &usb0 {
  37. status = "okay";
  38. };
  39. /* for U-Boot only */
  40. / {
  41. soc {
  42. u-boot,dm-pre-reloc;
  43. };
  44. };
  45. &serial2 {
  46. u-boot,dm-pre-reloc;
  47. };
  48. &pinctrl {
  49. u-boot,dm-pre-reloc;
  50. };
  51. &pinctrl_uart2 {
  52. u-boot,dm-pre-reloc;
  53. };