uniphier-pxs2-vodka.dts 975 B

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