tmpv7708-visrobo-vrb.dts 937 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree File for TMPV7708 VisROBO VRB board
  4. *
  5. * (C) Copyright 2020, 2021, Toshiba Corporation.
  6. * (C) Copyright 2020, Nobuhiro Iwamatsu <[email protected]>
  7. */
  8. /dts-v1/;
  9. #include "tmpv7708-visrobo-vrc.dtsi"
  10. / {
  11. model = "Toshiba TMPV7708 VisROBO (VRB) board";
  12. compatible = "toshiba,tmpv7708-visrobo-vrb", "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. };