EASY98000NOR.dts 610 B

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