P2812HNUF1.dts 1.2 KB

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