mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
60f691dae4
The upstream driver does not use &gpio0..2 banks notation anymore, so convert them to &gpio Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
23 lines
412 B
Plaintext
23 lines
412 B
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7621_ubiquiti_edgerouterx.dtsi"
|
|
|
|
/ {
|
|
model = "UBNT-ERX-SFP";
|
|
compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
|
|
|
|
i2c-gpio {
|
|
compatible = "i2c-gpio";
|
|
gpios = <&gpio 3 GPIO_ACTIVE_HIGH /* sda */
|
|
&gpio 4 GPIO_ACTIVE_HIGH /* scl */
|
|
>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
pca9555@25 {
|
|
compatible = "pca9555";
|
|
reg = <0x25>;
|
|
};
|
|
};
|
|
};
|