axi: Add AXI sandbox driver and simple emulator
[oweals/u-boot.git] / include / dm / uclass-id.h
index 618f43ad45889f5a53c1f6281c2bb8a2433a9323..7027ea076dbf313e124dfabb60e7565d2def537c 100644 (file)
@@ -23,6 +23,7 @@ enum uclass_id {
        UCLASS_I2C_EMUL,        /* sandbox I2C device emulator */
        UCLASS_PCI_EMUL,        /* sandbox PCI device emulator */
        UCLASS_USB_EMUL,        /* sandbox USB bus device emulator */
+       UCLASS_AXI_EMUL,        /* sandbox AXI bus device emulator */
        UCLASS_SIMPLE_BUS,      /* bus with child devices */
 
        /* U-Boot uclasses start here - in alphabetical order */