ASL26555-8M.dts 953 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /dts-v1/;
  2. #include "ASL26555.dtsi"
  3. / {
  4. compatible = "alphanetworks,asl26555-8m", "alphanetworks,asl26555", "ralink,rt3050-soc";
  5. model = "Alpha ASL26555 (8M)";
  6. };
  7. &spi0 {
  8. status = "okay";
  9. m25p80@0 {
  10. compatible = "jedec,spi-nor";
  11. reg = <0>;
  12. spi-max-frequency = <10000000>;
  13. partitions {
  14. compatible = "fixed-partitions";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. partition@0 {
  18. label = "uboot";
  19. reg = <0x0 0x30000>;
  20. read-only;
  21. };
  22. devdata: partition@30000 {
  23. label = "uboot-env";
  24. reg = <0x30000 0x10000>;
  25. read-only;
  26. };
  27. partition@40000 {
  28. label = "rgdb";
  29. reg = <0x40000 0x10000>;
  30. read-only;
  31. };
  32. partition@50000 {
  33. label = "firmware";
  34. reg = <0x50000 0x790000>;
  35. };
  36. partition@7e0000 {
  37. label = "cert";
  38. reg = <0x7e0000 0x10000>;
  39. read-only;
  40. };
  41. partition@7f0000 {
  42. label = "langpack";
  43. reg = <0x7f0000 0x10000>;
  44. read-only;
  45. };
  46. };
  47. };
  48. };