uniphier-ph1-pro4-ref.dts 934 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * Device Tree Source for UniPhier PH1-Pro4 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-pro4.dtsi"
  11. /include/ "uniphier-ref-daughter.dtsi"
  12. / {
  13. model = "Panasonic UniPhier PH1-Pro4 Reference Board";
  14. compatible = "panasonic,ph1-pro4-ref", "panasonic,ph1-pro4";
  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. serial3 = &uart3;
  28. i2c0 = &i2c0;
  29. i2c1 = &i2c1;
  30. i2c2 = &i2c2;
  31. i2c3 = &i2c3;
  32. i2c5 = &i2c5;
  33. i2c6 = &i2c6;
  34. };
  35. };
  36. &uart0 {
  37. status = "okay";
  38. };
  39. &uart1 {
  40. status = "okay";
  41. };
  42. &i2c0 {
  43. status = "okay";
  44. };
  45. &usb0 {
  46. status = "okay";
  47. };
  48. &usb1 {
  49. status = "okay";
  50. };