fsl-ls1012a-frwy.dts 650 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree file for Freescale LS1012A FRWY Board.
  4. *
  5. * Copyright 2018 NXP
  6. *
  7. * Pramod Kumar <[email protected]>
  8. *
  9. */
  10. /dts-v1/;
  11. #include "fsl-ls1012a.dtsi"
  12. / {
  13. model = "LS1012A FRWY Board";
  14. compatible = "fsl,ls1012a-frwy", "fsl,ls1012a";
  15. };
  16. &duart0 {
  17. status = "okay";
  18. };
  19. &i2c0 {
  20. status = "okay";
  21. };
  22. &pcie1 {
  23. status = "okay";
  24. };
  25. &qspi {
  26. status = "okay";
  27. w25q16dw0: flash@0 {
  28. compatible = "jedec,spi-nor";
  29. #address-cells = <1>;
  30. #size-cells = <1>;
  31. m25p,fast-read;
  32. spi-max-frequency = <50000000>;
  33. reg = <0>;
  34. spi-rx-bus-width = <2>;
  35. spi-tx-bus-width = <2>;
  36. };
  37. };