uniphier-ph1-sld3-ref.dts 918 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * Device Tree Source for UniPhier PH1-sLD3 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-sld3.dtsi"
  12. /include/ "uniphier-ref-daughter.dtsi"
  13. / {
  14. model = "UniPhier PH1-sLD3 Reference Board";
  15. compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
  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. i2c0 = &i2c0;
  29. i2c1 = &i2c1;
  30. i2c2 = &i2c2;
  31. i2c3 = &i2c3;
  32. };
  33. };
  34. &uart0 {
  35. status = "okay";
  36. };
  37. &uart1 {
  38. status = "okay";
  39. };
  40. &i2c0 {
  41. status = "okay";
  42. };
  43. &usb0 {
  44. status = "okay";
  45. };
  46. &usb1 {
  47. status = "okay";
  48. };