uniphier-ph1-ld4-ref.dts 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * Device Tree Source for UniPhier PH1-LD4 Reference Board
  3. *
  4. * Copyright (C) 2014-2015 Panasonic Corporation
  5. * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. /dts-v1/;
  10. /include/ "uniphier-ph1-ld4.dtsi"
  11. /include/ "uniphier-ref-daughter.dtsi"
  12. / {
  13. model = "Panasonic UniPhier PH1-LD4 Reference Board";
  14. compatible = "panasonic,ph1-ld4-ref", "panasonic,ph1-ld4";
  15. memory {
  16. device_type = "memory";
  17. reg = <0x80000000 0x20000000>;
  18. };
  19. chosen {
  20. bootargs = "console=ttyPS0,115200 earlyprintk";
  21. stdout-path = &uart0;
  22. };
  23. aliases {
  24. serial0 = &uart0;
  25. serial1 = &uart1;
  26. serial2 = &uart2;
  27. serial3 = &uart3;
  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. };