uniphier-ld11-ref.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 <[email protected]>
  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 = &serialsc;
  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. ethernet0 = &eth;
  29. };
  30. memory@80000000 {
  31. device_type = "memory";
  32. reg = <0 0x80000000 0 0x40000000>;
  33. };
  34. };
  35. &ethsc {
  36. interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
  37. };
  38. &serialsc {
  39. interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
  40. };
  41. &serial0 {
  42. status = "okay";
  43. };
  44. &gpio {
  45. xirq0-hog {
  46. gpio-hog;
  47. gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
  48. input;
  49. };
  50. };
  51. &i2c0 {
  52. status = "okay";
  53. };
  54. &usb0 {
  55. status = "okay";
  56. };
  57. &usb1 {
  58. status = "okay";
  59. };
  60. &usb2 {
  61. status = "okay";
  62. };
  63. &eth {
  64. status = "okay";
  65. phy-handle = <&ethphy>;
  66. };
  67. &mdio {
  68. ethphy: ethernet-phy@1 {
  69. reg = <1>;
  70. };
  71. };