mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Add i.MX6UL missing devices.
* Add TZASC as unimplemented device. - Allow bare metal application to access this (unimplemented) device * Add CSU as unimplemented device. - Allow bare metal application to access this (unimplemented) device * Add 4 missing PWM devices Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 59e4dc56e14eccfefd379275ec19048dff9c10b3.1692964892.git.jcd@tribudubois.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
0cd4926b85
commit
f6020845e2
2 changed files with 17 additions and 1 deletions
|
@ -60,7 +60,7 @@ enum FslIMX6ULConfiguration {
|
|||
FSL_IMX6UL_NUM_USBS = 2,
|
||||
FSL_IMX6UL_NUM_SAIS = 3,
|
||||
FSL_IMX6UL_NUM_CANS = 2,
|
||||
FSL_IMX6UL_NUM_PWMS = 4,
|
||||
FSL_IMX6UL_NUM_PWMS = 8,
|
||||
};
|
||||
|
||||
struct FslIMX6ULState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue