uniphier-ph1-pro4-ref.dts 949 B

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