uniphier-ph1-sld3-ref.dts 1022 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. * Device Tree Source for UniPhier PH1-sLD3 Reference Board
  3. *
  4. * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+ X11
  7. */
  8. /dts-v1/;
  9. /include/ "uniphier-ph1-sld3.dtsi"
  10. /include/ "uniphier-ref-daughter.dtsi"
  11. / {
  12. model = "UniPhier PH1-sLD3 Reference Board";
  13. compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
  14. memory {
  15. device_type = "memory";
  16. reg = <0x80000000 0x20000000
  17. 0xc0000000 0x20000000>;
  18. };
  19. chosen {
  20. stdout-path = "serial0:115200n8";
  21. };
  22. aliases {
  23. serial0 = &serial0;
  24. serial1 = &serial1;
  25. serial2 = &serial2;
  26. i2c0 = &i2c0;
  27. i2c1 = &i2c1;
  28. i2c2 = &i2c2;
  29. i2c3 = &i2c3;
  30. i2c4 = &i2c4;
  31. };
  32. };
  33. &serial0 {
  34. status = "okay";
  35. };
  36. &serial1 {
  37. status = "okay";
  38. };
  39. &serial2 {
  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. &usb3 {
  55. status = "okay";
  56. };
  57. /* for U-Boot only */
  58. &serial0 {
  59. u-boot,dm-pre-reloc;
  60. };