P2812HNUF3.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /dts-v1/;
  2. /include/ "P2812HNUFX.dtsi"
  3. / {
  4. model = "P2812HNUF3 - ZyXEL P-2812HNU-F3";
  5. fpi@10000000 {
  6. localbus@0 {
  7. nor-boot@0 {
  8. compatible = "lantiq,nor";
  9. bank-width = <2>;
  10. reg = <0 0x0 0x800000>;
  11. #address-cells = <1>;
  12. #size-cells = <1>;
  13. partitions {
  14. compatible = "fixed-partitions";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. partition@0 {
  18. label = "uboot";
  19. reg = <0x0 0x50000>;
  20. read-only;
  21. };
  22. partition@50000 {
  23. label = "uboot-env";
  24. reg = <0x50000 0x10000>;
  25. };
  26. partition@60000 {
  27. label = "unused";
  28. reg = <0x60000 0x7a0000>;
  29. };
  30. };
  31. };
  32. nand-parts@0 {
  33. compatible = "gen_nand", "lantiq,nand-xway";
  34. lantiq,cs = <1>;
  35. bank-width = <2>;
  36. reg = <1 0x0 0x2000000>;
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. partition@0 {
  40. label = "kernel";
  41. reg = <0x0 0x200000>;
  42. };
  43. partition@200000 {
  44. label = "ubi";
  45. reg = <0x200000 0x7e00000>;
  46. };
  47. };
  48. };
  49. };
  50. ralink_eep {
  51. compatible = "ralink,eeprom";
  52. ralink,eeprom = "RT3092.eeprom";
  53. };
  54. };