bsc9132qds.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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/ "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. pci0: pcie@ff70a000 {
  28. reg = <0 0xff70a000 0 0x1000>;
  29. ranges = <0x2000000 0x0 0x90000000 0 0x90000000 0x0 0x20000000
  30. 0x1000000 0x0 0x00000000 0 0xc0010000 0x0 0x10000>;
  31. pcie@0 {
  32. ranges = <0x2000000 0x0 0x90000000
  33. 0x2000000 0x0 0x90000000
  34. 0x0 0x20000000
  35. 0x1000000 0x0 0x0
  36. 0x1000000 0x0 0x0
  37. 0x0 0x100000>;
  38. };
  39. };
  40. };
  41. /include/ "bsc9132qds.dtsi"
  42. /include/ "bsc9132si-post.dtsi"