uniphier-ld6b-ref.dts 1.1 KB

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