uniphier-ph1-pro5-4kbox.dts 898 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /*
  2. * Device Tree Source for UniPhier PH1-Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
  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-ph1-pro5.dtsi"
  10. / {
  11. model = "UniPhier PH1-Pro5 4KBOX Board";
  12. compatible = "socionext,ph1-pro5-4kbox", "socionext,ph1-pro5";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x40000000>;
  16. };
  17. chosen {
  18. stdout-path = "serial1:115200n8";
  19. };
  20. aliases {
  21. serial1 = &serial1;
  22. serial2 = &serial2;
  23. i2c0 = &i2c0;
  24. i2c5 = &i2c5;
  25. i2c6 = &i2c6;
  26. };
  27. };
  28. &serial1 {
  29. status = "okay";
  30. };
  31. &serial2 {
  32. status = "okay";
  33. };
  34. &i2c0 {
  35. status = "okay";
  36. };
  37. &usb1 {
  38. status = "okay";
  39. };
  40. /* for U-Boot only */
  41. / {
  42. soc {
  43. u-boot,dm-pre-reloc;
  44. };
  45. };
  46. &serial1 {
  47. u-boot,dm-pre-reloc;
  48. };
  49. &pinctrl {
  50. u-boot,dm-pre-reloc;
  51. };
  52. &pinctrl_uart1 {
  53. u-boot,dm-pre-reloc;
  54. };