Few patches while playing with Zephyr: - added i2c - added fpgaio - added gpio/wdg as unimp
Unfortunately the blinkled sample app is not blinking. Zephyr ressources used: https://docs.zephyrproject.org/latest/boards/arm/mps2_an385/doc/index.html Philippe Mathieu-Daudé (7): hw/arm/mps2: Rename CMSDK AHB peripheral region hw/arm/mps2: Rename dualtimer as apb-dualtimer hw/arm/mps2: Add CMSDK APB watchdog as unimplemented device hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devices hw/arm/mps2: Add I2C busses on FPGA APB hw/arm/mps2: Map the FPGA I/O block hw/misc/mps2-fpgaio: Implement push-buttons include/hw/misc/mps2-fpgaio.h | 1 + hw/arm/mps2.c | 29 +++++++++++++++++++++++++---- hw/misc/mps2-fpgaio.c | 13 ++++++++++++- 3 files changed, 38 insertions(+), 5 deletions(-) -- 2.21.3