zx296702-ad1.dts 555 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /dts-v1/;
  2. #include "zx296702.dtsi"
  3. / {
  4. model = "ZTE ZX296702 AD1 Board";
  5. compatible = "zte,zx296702-ad1", "zte,zx296702";
  6. aliases {
  7. serial0 = &uart0;
  8. serial1 = &uart1;
  9. };
  10. memory {
  11. reg = <0x50000000 0x20000000>;
  12. };
  13. };
  14. &mmc0 {
  15. num-slots = <1>;
  16. supports-highspeed;
  17. non-removable;
  18. disable-wp;
  19. status = "okay";
  20. slot@0 {
  21. reg = <0>;
  22. bus-width = <4>;
  23. };
  24. };
  25. &mmc1 {
  26. num-slots = <1>;
  27. supports-highspeed;
  28. non-removable;
  29. disable-wp;
  30. status = "okay";
  31. slot@0 {
  32. reg = <0>;
  33. bus-width = <8>;
  34. };
  35. };
  36. &uart0 {
  37. status = "okay";
  38. };