uniphier-pro5-4kbox.dts 820 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
  4. *
  5. * Copyright (C) 2015-2016 Socionext Inc.
  6. * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  7. */
  8. /dts-v1/;
  9. #include "uniphier-pro5.dtsi"
  10. / {
  11. model = "UniPhier Pro5 4KBOX Board";
  12. compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5";
  13. chosen {
  14. stdout-path = "serial1:115200n8";
  15. };
  16. aliases {
  17. serial1 = &serial1;
  18. serial2 = &serial2;
  19. i2c0 = &i2c0;
  20. i2c5 = &i2c5;
  21. i2c6 = &i2c6;
  22. };
  23. memory@80000000 {
  24. device_type = "memory";
  25. reg = <0x80000000 0x40000000>;
  26. };
  27. };
  28. &serial1 {
  29. status = "okay";
  30. };
  31. &serial2 {
  32. status = "okay";
  33. };
  34. &i2c0 {
  35. status = "okay";
  36. };
  37. &usb1 {
  38. status = "okay";
  39. };
  40. &emmc {
  41. status = "okay";
  42. };
  43. &sd {
  44. status = "okay";
  45. };