Changeset View
Changeset View
Standalone View
Standalone View
sys/riscv/conf/GENERIC
| Show First 20 Lines • Show All 203 Lines • ▼ Show 20 Lines | |||||
| # Flattened Device Tree | # Flattened Device Tree | ||||
| options FDT | options FDT | ||||
| makeoptions MODULES_EXTRA+="dtb/sifive" | makeoptions MODULES_EXTRA+="dtb/sifive" | ||||
| # I2C support | # I2C support | ||||
| device iicbus # Bus support, required for iicoc below. | device iicbus # Bus support, required for iicoc below. | ||||
| device iicoc # OpenCores I2C controller support | device iicoc # OpenCores I2C controller support | ||||
| # Allwinner device drivers | |||||
| device aw_wdog # Allwinner Watchdog | |||||
| files "../allwinner/files.allwinner" | |||||
| # SiFive device drivers | # SiFive device drivers | ||||
| device fu740_pci_dw | device fu740_pci_dw | ||||
| device sifive_gpio | device sifive_gpio | ||||
| device sifive_spi | device sifive_spi | ||||
| include "../sifive/std.sifive" | include "../sifive/std.sifive" | ||||