uniphier-ph1-ld4-ref.dts 933 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * Device Tree Source for UniPhier PH1-LD4 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-ld4.dtsi"
  12. /include/ "uniphier-ref-daughter.dtsi"
  13. / {
  14. model = "UniPhier PH1-LD4 Reference Board";
  15. compatible = "socionext,ph1-ld4-ref", "socionext,ph1-ld4";
  16. memory {
  17. device_type = "memory";
  18. reg = <0x80000000 0x20000000>;
  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. };
  34. };
  35. &uart0 {
  36. status = "okay";
  37. };
  38. &uart1 {
  39. status = "okay";
  40. };
  41. &i2c0 {
  42. status = "okay";
  43. };
  44. &usb0 {
  45. status = "okay";
  46. };
  47. &usb1 {
  48. status = "okay";
  49. };