bsc9132qds.dts 812 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * BSC9132 QDS Device Tree Source
  3. *
  4. * Copyright 2014 Freescale Semiconductor Inc.
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the
  8. * Free Software Foundation; either version 2 of the License, or (at your
  9. * option) any later version.
  10. */
  11. /include/ "fsl/bsc9132si-pre.dtsi"
  12. / {
  13. model = "fsl,bsc9132qds";
  14. compatible = "fsl,bsc9132qds";
  15. memory {
  16. device_type = "memory";
  17. };
  18. ifc: ifc@ff71e000 {
  19. /* NOR, NAND Flash on board */
  20. ranges = <0x0 0x0 0x0 0x88000000 0x08000000
  21. 0x1 0x0 0x0 0xff800000 0x00010000>;
  22. reg = <0x0 0xff71e000 0x0 0x2000>;
  23. };
  24. soc: soc@ff700000 {
  25. ranges = <0x0 0x0 0xff700000 0x100000>;
  26. };
  27. };
  28. /include/ "bsc9132qds.dtsi"
  29. /include/ "fsl/bsc9132si-post.dtsi"