]> git.sur5r.net Git - u-boot/blobdiff - include/asm-arm/arch-at91/at91_pmc.h
at91: Introduction of at91sam9g45 SOC.
[u-boot] / include / asm-arm / arch-at91 / at91_pmc.h
index a82955c1bf2e95409810b2a5c511d8314430d4c7..9fe94c7e4cc8791cb13d669d982f29714e730b3c 100644 (file)
@@ -89,6 +89,7 @@
 #define                        AT91SAM9_PMC_MDIV_1             (0 << 8)        /* [SAM9,CAP9 only] */
 #define                        AT91SAM9_PMC_MDIV_2             (1 << 8)
 #define                        AT91SAM9_PMC_MDIV_4             (2 << 8)
+#define                        AT91SAM9_PMC_MDIV_3             (3 << 8)        /* [some SAM9 only] */
 #define                        AT91SAM9_PMC_MDIV_6             (3 << 8)
 #define                AT91_PMC_PDIV           (1 << 12)               /* Processor Clock Division [some SAM9 only] */
 #define                        AT91_PMC_PDIV_1                 (0 << 12)