stih41x-b2020x.dtsi 603 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
  3. * Author: Lee Jones <lee.jones@linaro.org>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * publishhed by the Free Software Foundation.
  8. */
  9. / {
  10. soc {
  11. spifsm: spifsm@fe902000 {
  12. #address-cells = <1>;
  13. #size-cells = <1>;
  14. status = "okay";
  15. partition@0 {
  16. label = "SerialFlash1";
  17. reg = <0x00000000 0x00500000>;
  18. };
  19. partition@500000 {
  20. label = "SerialFlash2";
  21. reg = <0x00500000 0x00b00000>;
  22. };
  23. };
  24. };
  25. };