P2812HNUF1.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /dts-v1/;
  2. /include/ "P2812HNUFX.dtsi"
  3. / {
  4. model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
  5. chosen {
  6. leds {
  7. usb = &usb1;
  8. usb2 = &usb2;
  9. };
  10. };
  11. fpi@10000000 {
  12. localbus@0 {
  13. nand-parts@0 {
  14. compatible = "gen_nand", "lantiq,nand-xway";
  15. lantiq,cs = <1>;
  16. bank-width = <2>;
  17. reg = <0 0x0 0x2000000>;
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. partitions {
  21. compatible = "fixed-partitions";
  22. #address-cells = <1>;
  23. #size-cells = <1>;
  24. partition@0 {
  25. label = "uboot";
  26. reg = <0x00000 0x40000>;
  27. };
  28. partition@40000 {
  29. label = "uboot-env";
  30. reg = <0x40000 0x20000>;
  31. };
  32. partition@60000 {
  33. label = "kernel";
  34. reg = <0x60000 0x200000>;
  35. };
  36. partition@260000 {
  37. label = "ubi";
  38. reg = <0x260000 0x7da0000>;
  39. };
  40. };
  41. };
  42. };
  43. pcie@d900000 {
  44. status = "disabled";
  45. };
  46. };
  47. ralink_eep {
  48. compatible = "ralink,eeprom";
  49. ralink,eeprom = "RT3062.eeprom";
  50. };
  51. gpio-leds {
  52. usb1: usb1 {
  53. label = "p2812hnuf1:green:usb1";
  54. gpios = <&gpio 38 1>;
  55. };
  56. usb2: usb2 {
  57. label = "p2812hnuf1:green:usb2";
  58. gpios = <&gpio 44 1>;
  59. };
  60. };
  61. };