P2812HNUF1.dts 1.2 KB

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