mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
963f572ead
Many DTS files contain the same includes again that are already present in the DTSI files they are derived from. Remove those redundant includes in the DTS files. For vocore, the include is moved to the parent DTSI file. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
23 lines
414 B
Plaintext
23 lines
414 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 = <&gpio0 3 GPIO_ACTIVE_HIGH /* sda */
|
|
&gpio0 4 GPIO_ACTIVE_HIGH /* scl */
|
|
>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
pca9555@25 {
|
|
compatible = "pca9555";
|
|
reg = <0x25>;
|
|
};
|
|
};
|
|
};
|