bsc9131rdb.dts 571 B

123456789101112131415161718192021222324252627282930
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * BSC9131 RDB Device Tree Source
  4. *
  5. * Copyright 2011-2012 Freescale Semiconductor Inc.
  6. */
  7. /include/ "bsc9131si-pre.dtsi"
  8. / {
  9. model = "fsl,bsc9131rdb";
  10. compatible = "fsl,bsc9131rdb";
  11. memory {
  12. device_type = "memory";
  13. };
  14. board_ifc: ifc: ifc@ff71e000 {
  15. /* NAND Flash on board */
  16. ranges = <0x0 0x0 0x0 0xff800000 0x00004000>;
  17. reg = <0x0 0xff71e000 0x0 0x2000>;
  18. };
  19. board_soc: soc: soc@ff700000 {
  20. ranges = <0x0 0x0 0xff700000 0x100000>;
  21. };
  22. };
  23. /include/ "bsc9131rdb.dtsi"
  24. /include/ "bsc9131si-post.dtsi"