uniphier-ld11-ref.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. * Device Tree Source for UniPhier LD11 Reference Board
  3. *
  4. * Copyright (C) 2016 Socionext Inc.
  5. * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+ X11
  8. */
  9. /dts-v1/;
  10. /include/ "uniphier-ld11.dtsi"
  11. /include/ "uniphier-ref-daughter.dtsi"
  12. /include/ "uniphier-support-card.dtsi"
  13. / {
  14. model = "UniPhier LD11 Reference Board";
  15. compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11";
  16. aliases {
  17. serial0 = &serial0;
  18. serial1 = &serial1;
  19. serial2 = &serial2;
  20. serial3 = &serial3;
  21. i2c0 = &i2c0;
  22. i2c1 = &i2c1;
  23. i2c2 = &i2c2;
  24. i2c3 = &i2c3;
  25. i2c4 = &i2c4;
  26. i2c5 = &i2c5;
  27. };
  28. memory {
  29. device_type = "memory";
  30. reg = <0 0x80000000 0 0x40000000>;
  31. };
  32. chosen {
  33. stdout-path = "serial0:115200n8";
  34. };
  35. };
  36. &ethsc {
  37. interrupts = <0 48 4>;
  38. };
  39. &serial0 {
  40. status = "okay";
  41. };
  42. &i2c0 {
  43. status = "okay";
  44. };
  45. &usb0 {
  46. status = "okay";
  47. };
  48. &usb1 {
  49. status = "okay";
  50. };
  51. &usb2 {
  52. status = "okay";
  53. };
  54. /* for U-Boot only */
  55. &serial0 {
  56. u-boot,dm-pre-reloc;
  57. };
  58. &pinctrl_uart0 {
  59. u-boot,dm-pre-reloc;
  60. };
  61. &pinctrl_system_bus {
  62. u-boot,dm-pre-reloc;
  63. };