uniphier-ph1-ld4-ref.dts 912 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * Device Tree Source for UniPhier PH1-LD4 Reference Board
  3. *
  4. * Copyright (C) 2014 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. / {
  12. model = "Panasonic UniPhier PH1-LD4 Reference Board";
  13. compatible = "panasonic,ph1-ld4-ref", "panasonic,ph1-ld4";
  14. memory {
  15. device_type = "memory";
  16. reg = <0x80000000 0x20000000>;
  17. };
  18. chosen {
  19. bootargs = "console=ttyPS0,115200 earlyprintk";
  20. stdout-path = &uart0;
  21. };
  22. aliases {
  23. serial0 = &uart0;
  24. serial1 = &uart1;
  25. serial2 = &uart2;
  26. serial3 = &uart3;
  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. eeprom {
  42. compatible = "i2c-eeprom";
  43. reg = <0x50>;
  44. };
  45. };
  46. &usb0 {
  47. status = "okay";
  48. };
  49. &usb1 {
  50. status = "okay";
  51. };