]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/include/asm/test.h
dm: test: Add a test for the system controller uclass
[karo-tx-uboot.git] / arch / sandbox / include / asm / test.h
index 28e9c09c064288acc6e0c43fd0b8f8643389b04e..d3c7851bb50c427f2296face2a38e1701d35f842 100644 (file)
@@ -28,6 +28,14 @@ enum {
        PERIPH_ID_COUNT,
 };
 
+/* System controller driver data */
+enum {
+       SYSCON0         = 32,
+       SYSCON1,
+
+       SYSCON_COUNT
+};
+
 /**
  * sandbox_i2c_set_test_mode() - set test mode for running unit tests
  *