moxie-gdb.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. * GDB Simulator device tree.
  3. *
  4. * (C) Copyright 2009 Anthony Green
  5. *
  6. * Anthony Green <green@moxielogic.com>
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License as
  10. * published by the Free Software Foundation; either version 3 of
  11. * the License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /dts-v1/;
  23. / {
  24. #address-cells = <1>;
  25. #size-cells = <1>;
  26. compatible = "gdb,moxie-elf-gdb";
  27. model = "testing";
  28. DDR2_SDRAM: memory@00000000 {
  29. device_type = "memory";
  30. reg = < 0x00000000 0x04000000 >;
  31. } ;
  32. chosen {
  33. bootargs = "lpj=1000 console=earlyser0";
  34. } ;
  35. cpus {
  36. #address-cells = <1>;
  37. #cpus = <0x1>;
  38. #size-cells = <0>;
  39. moxie_0: cpu@0 {
  40. compatible = "moxie,moxie-0.99";
  41. device_type = "cpu";
  42. model = "moxie,0.99";
  43. reg = <0>;
  44. } ;
  45. } ;
  46. } ;