bsc9131rdb.dts 787 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * BSC9131 RDB Device Tree Source
  3. *
  4. * Copyright 2011-2012 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/ "bsc9131si-pre.dtsi"
  12. / {
  13. model = "fsl,bsc9131rdb";
  14. compatible = "fsl,bsc9131rdb";
  15. memory {
  16. device_type = "memory";
  17. };
  18. board_ifc: ifc: ifc@ff71e000 {
  19. /* NAND Flash on board */
  20. ranges = <0x0 0x0 0x0 0xff800000 0x00004000>;
  21. reg = <0x0 0xff71e000 0x0 0x2000>;
  22. };
  23. board_soc: soc: soc@ff700000 {
  24. ranges = <0x0 0x0 0xff700000 0x100000>;
  25. };
  26. };
  27. /include/ "bsc9131rdb.dtsi"
  28. /include/ "bsc9131si-post.dtsi"