[mips] [rt2880] Add oldest Ralink MIPS SOC RT2880 support code.* Target module have ic plus etherswitch ip175c.* Also add etherswitch support code on rt driver.Reviewed by: mizhkaDifferential R
[mips] [rt2880] Add oldest Ralink MIPS SOC RT2880 support code.* Target module have ic plus etherswitch ip175c.* Also add etherswitch support code on rt driver.Reviewed by: mizhkaDifferential Revision: https://reviews.freebsd.org/D10336
show more ...
Add Ingenic X1000 DTS files (unofficial).This is based on JZ4780 due to missing original X1000 parts.Sponsored by: DARPA, AFRL
Import Ingenic CI20 (jz4780) DTS files.Submitted by: kanSponsored by: DARPA, AFRL
Bring ralink/mediatek DTS files in sync with LEDEThis is the last sync with LEDE Project dts files before 11.0.Obtained from: LEDE ProjectSponsored by: Smartcom - Bulgaria AD
Import LEDE dts files for Ralink/MediatekThis is an import of the reworked LEDE dts files. Besides other thingsthey make it easier for us to reuse.The only diffs left are for the following SoCs:
Import LEDE dts files for Ralink/MediatekThis is an import of the reworked LEDE dts files. Besides other thingsthey make it easier for us to reuse.The only diffs left are for the following SoCs:MT7620A (fbsd-mt7620a.dtsi)MT7621 (fbsd-mt7621.dtsi)MT7628 (fbsd-mt7628an.dtsi)RT3883 (fbsd-rt3883.dtsi)So we include the fbsd-*.dtsi files at the end of the original LEDE dtsifiles, using '#include "fbsd-xxxx.dtsi"'.For example, for MT7621, the LEDE dtsi file is mt7621.dtsi. At the end ofit we add:#include "fbsd-mt7621.dtsi"Approved by: adrian (mentor)Obtained from: LEDE projectSponsored by: Smartcom - Bulgaria ADDifferential Revision: https://reviews.freebsd.org/D6394
Change OpenWRT imported dtsi filesChange '#include <fbsd-*>' to '/include/ "fbsd-*"' in [rm]t*.dtsiBasically the pre-import work on OpenWRT's dts/dtsi files boils down to:for f in `ls [mr]t*.dt
Change OpenWRT imported dtsi filesChange '#include <fbsd-*>' to '/include/ "fbsd-*"' in [rm]t*.dtsiBasically the pre-import work on OpenWRT's dts/dtsi files boils down to:for f in `ls [mr]t*.dtsi`; doprintf '\n/include/ "fbsd-$f"\n' >> $fdoneApproved by: adrian (mentor)Sponsored by: Smartcom - Bulgaria ADDifferential Revision: https://reviews.freebsd.org/D5993
Import Mediatek/Ralink dts files from OpenWRTImport original OpenWRT dts files after executing the following scripton them:for f in `ls [mr]t*.dtsi`; do printf "\n#include <fbsd-$f>\n" >> $fdo
Import Mediatek/Ralink dts files from OpenWRTImport original OpenWRT dts files after executing the following scripton them:for f in `ls [mr]t*.dtsi`; do printf "\n#include <fbsd-$f>\n" >> $fdoneApproved by: adrian (mentor)Obtained from: OpenWRTSponsored by: Smartcom - Bulgaria ADDifferential Revision: https://reviews.freebsd.org/D5971