uniphier-ph1-sld3-ref.dts 882 B

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