uniphier-ld11-ref.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. //
  3. // Device Tree Source for UniPhier LD11 Reference Board
  4. //
  5. // Copyright (C) 2016 Socionext Inc.
  6. // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  7. /dts-v1/;
  8. #include "uniphier-ld11.dtsi"
  9. #include "uniphier-ref-daughter.dtsi"
  10. #include "uniphier-support-card.dtsi"
  11. / {
  12. model = "UniPhier LD11 Reference Board";
  13. compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11";
  14. chosen {
  15. stdout-path = "serial0:115200n8";
  16. };
  17. aliases {
  18. serial0 = &serial0;
  19. serial1 = &serial1;
  20. serial2 = &serial2;
  21. serial3 = &serial3;
  22. i2c0 = &i2c0;
  23. i2c1 = &i2c1;
  24. i2c2 = &i2c2;
  25. i2c3 = &i2c3;
  26. i2c4 = &i2c4;
  27. i2c5 = &i2c5;
  28. };
  29. memory@80000000 {
  30. device_type = "memory";
  31. reg = <0 0x80000000 0 0x40000000>;
  32. };
  33. };
  34. &ethsc {
  35. interrupts = <0 8>;
  36. };
  37. &serial0 {
  38. status = "okay";
  39. };
  40. &gpio {
  41. xirq0 {
  42. gpio-hog;
  43. gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
  44. input;
  45. };
  46. };
  47. &i2c0 {
  48. status = "okay";
  49. };
  50. &usb0 {
  51. status = "okay";
  52. };
  53. &usb1 {
  54. status = "okay";
  55. };
  56. &usb2 {
  57. status = "okay";
  58. };
  59. &eth {
  60. status = "okay";
  61. phy-handle = <&ethphy>;
  62. };
  63. &mdio {
  64. ethphy: ethphy@1 {
  65. reg = <1>;
  66. };
  67. };