fsl-ls1046a-rdb.dts 815 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Device Tree Include file for Freescale Layerscape-1046A family SoC.
  3. *
  4. * Copyright 2016, Freescale Semiconductor
  5. *
  6. * Mingkai Hu <Mingkai.hu@freescale.com>
  7. *
  8. * This file is licensed under the terms of the GNU General Public
  9. * License version 2. This program is licensed "as is" without any
  10. * warranty of any kind, whether express or implied.
  11. */
  12. /dts-v1/;
  13. /include/ "fsl-ls1046a.dtsi"
  14. / {
  15. model = "LS1046A RDB Board";
  16. aliases {
  17. spi0 = &qspi;
  18. };
  19. };
  20. &qspi {
  21. bus-num = <0>;
  22. status = "okay";
  23. qflash0: s25fs512s@0 {
  24. #address-cells = <1>;
  25. #size-cells = <1>;
  26. compatible = "spi-flash";
  27. spi-max-frequency = <50000000>;
  28. reg = <0>;
  29. };
  30. qflash1: s25fs512s@1 {
  31. #address-cells = <1>;
  32. #size-cells = <1>;
  33. compatible = "spi-flash";
  34. spi-max-frequency = <50000000>;
  35. reg = <1>;
  36. };
  37. };