EASY98000NAND.dts 684 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /dts-v1/;
  2. #include "falcon.dtsi"
  3. #include "EASY98000-base.dtsi"
  4. / {
  5. model = "EASY98000NAND - Lantiq Falcon (NAND)";
  6. compatible = "lantiq,falcon-easy98000-nand", "lantiq,falcon-easy98000", "lantiq,falcon";
  7. aliases {
  8. spi0 = &spi;
  9. };
  10. };
  11. &ebu_cs0 {
  12. gen_nand@0 {
  13. compatible = "gen_nand", "lantiq,nand-falcon";
  14. bank-width = <1>;
  15. reg = <0x0 0x40000>;
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. linux,mtd-name = "gen_nand";
  19. bbt-use-flash;
  20. partition@0 {
  21. label = "uboot";
  22. reg = <0x00000 0x40000>;
  23. };
  24. partition@10000 {
  25. label = "uboot_env";
  26. reg = <0x40000 0x40000>;
  27. };
  28. partition@20000 {
  29. label = "linux";
  30. reg = <0x80000 0x3d0000>;
  31. };
  32. };
  33. };