uniphier-ph1-sld3-ref.dts 897 B

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