at91sam9x5cm.dtsi 1012 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. * at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module
  3. *
  4. * Copyright (C) 2012 Atmel,
  5. * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
  6. *
  7. * Licensed under GPLv2 or later.
  8. */
  9. / {
  10. memory@20000000 {
  11. reg = <0x20000000 0x8000000>;
  12. };
  13. ahb {
  14. nand0: nand@40000000 {
  15. nand-bus-width = <8>;
  16. nand-ecc-mode = "soft";
  17. nand-on-flash-bbt;
  18. status = "okay";
  19. at91bootstrap@0 {
  20. label = "at91bootstrap";
  21. reg = <0x0 0x40000>;
  22. };
  23. uboot@40000 {
  24. label = "u-boot";
  25. reg = <0x40000 0x80000>;
  26. };
  27. ubootenv@c0000 {
  28. label = "U-Boot Env";
  29. reg = <0xc0000 0x140000>;
  30. };
  31. kernel@200000 {
  32. label = "kernel";
  33. reg = <0x200000 0x600000>;
  34. };
  35. rootfs@800000 {
  36. label = "rootfs";
  37. reg = <0x800000 0x1f800000>;
  38. };
  39. };
  40. };
  41. leds {
  42. compatible = "gpio-leds";
  43. pb18 {
  44. label = "pb18";
  45. gpios = <&pioB 18 1>;
  46. linux,default-trigger = "heartbeat";
  47. };
  48. pd21 {
  49. label = "pd21";
  50. gpios = <&pioD 21 0>;
  51. };
  52. };
  53. };