Mention the ATECC608A example driver
diff --git a/docs/psa/se/index.md b/docs/psa/se/index.md
index fa23065..40972b6 100644
--- a/docs/psa/se/index.md
+++ b/docs/psa/se/index.md
@@ -6,3 +6,6 @@
 
 **Documentation**: for now, please see the header file:
 [`include/psa/crypto_se_driver.h`](https://github.com/ARMmbed/mbed-crypto/blob/development/include/psa/crypto_se_driver.h)
+
+**Example**: You can see the code of an [example driver](https://github.com/ARMmbed/mbed-os-atecc608a) for the [Microchip ATECC608A secure element](https://www.microchip.com/wwwproducts/en/ATECC608A).
+See the instructions for the [example application using this driver](https://github.com/ARMmbed/mbed-os-example-atecc608a) for how to build [Mbed OS](https://github.com/ARMmbed/mbed-os) with this driver.