tmpv7708-rm-mbrc.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree File for TMPV7708 RM main board
  4. *
  5. * (C) Copyright 2020, Toshiba Corporation.
  6. * (C) Copyright 2020, Nobuhiro Iwamatsu <[email protected]>
  7. */
  8. /dts-v1/;
  9. #include "tmpv7708.dtsi"
  10. / {
  11. model = "Toshiba TMPV7708 RM main board";
  12. compatible = "toshiba,tmpv7708-rm-mbrc", "toshiba,tmpv7708";
  13. aliases {
  14. serial0 = &uart0;
  15. serial1 = &uart1;
  16. };
  17. chosen {
  18. stdout-path = "serial0:115200n8";
  19. };
  20. /* 768MB memory */
  21. memory@80000000 {
  22. device_type = "memory";
  23. reg = <0x0 0x80000000 0x0 0x30000000>;
  24. };
  25. };
  26. &uart0 {
  27. status = "okay";
  28. };
  29. &uart1 {
  30. status = "okay";
  31. };
  32. &piether {
  33. status = "okay";
  34. phy-handle = <&phy0>;
  35. phy-mode = "rgmii-id";
  36. mdio0 {
  37. #address-cells = <1>;
  38. #size-cells = <0>;
  39. compatible = "snps,dwmac-mdio";
  40. phy0: ethernet-phy@1 {
  41. device_type = "ethernet-phy";
  42. reg = <0x1>;
  43. };
  44. };
  45. };
  46. &wdt {
  47. status = "okay";
  48. };
  49. &gpio {
  50. status = "okay";
  51. };
  52. &pwm_mux {
  53. groups = "pwm0_gpio16_grp", "pwm1_gpio17_grp", "pwm2_gpio18_grp", "pwm3_gpio19_grp";
  54. };
  55. &pwm {
  56. status = "okay";
  57. };
  58. &pcie {
  59. status = "okay";
  60. };