uniphier-ph1-pro4-ref.dts 956 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * Device Tree Source for UniPhier PH1-Pro4 Reference Board
  3. *
  4. * Copyright (C) 2014-2015 Panasonic Corporation
  5. * Copyright (C) 2015 Socionext Inc.
  6. * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  7. *
  8. * SPDX-License-Identifier: GPL-2.0+
  9. */
  10. /dts-v1/;
  11. /include/ "uniphier-ph1-pro4.dtsi"
  12. /include/ "uniphier-ref-daughter.dtsi"
  13. / {
  14. model = "UniPhier PH1-Pro4 Reference Board";
  15. compatible = "socionext,ph1-pro4-ref", "socionext,ph1-pro4";
  16. memory {
  17. device_type = "memory";
  18. reg = <0x80000000 0x40000000>;
  19. };
  20. chosen {
  21. bootargs = "console=ttyPS0,115200 earlyprintk";
  22. stdout-path = &uart0;
  23. };
  24. aliases {
  25. serial0 = &uart0;
  26. serial1 = &uart1;
  27. serial2 = &uart2;
  28. serial3 = &uart3;
  29. i2c0 = &i2c0;
  30. i2c1 = &i2c1;
  31. i2c2 = &i2c2;
  32. i2c3 = &i2c3;
  33. i2c5 = &i2c5;
  34. i2c6 = &i2c6;
  35. usb0 = &usb0;
  36. };
  37. };
  38. &uart0 {
  39. status = "okay";
  40. };
  41. &uart1 {
  42. status = "okay";
  43. };
  44. &i2c0 {
  45. status = "okay";
  46. };
  47. &usb0 {
  48. status = "okay";
  49. };