UBNT-ERX-SFP.dts 411 B

123456789101112131415161718192021222324
  1. /dts-v1/;
  2. #include "UBNT-ER-e50.dtsi"
  3. #include <dt-bindings/gpio/gpio.h>
  4. / {
  5. model = "UBNT-ERX-SFP";
  6. compatible = "ubiquiti,edgerouterx-sfp";
  7. i2c-gpio {
  8. compatible = "i2c-gpio";
  9. gpios = <&gpio0 3 GPIO_ACTIVE_HIGH /* sda */
  10. &gpio0 4 GPIO_ACTIVE_HIGH /* scl */
  11. >;
  12. #address-cells = <1>;
  13. #size-cells = <0>;
  14. pca9555@25 {
  15. compatible = "pca9555";
  16. reg = <0x25>;
  17. };
  18. };
  19. };