diff --git a/boards/phynode-kw41z/doc.txt b/boards/phynode-kw41z/doc.txt
new file mode 100644
index 0000000000..97eb4075f9
--- /dev/null
+++ b/boards/phynode-kw41z/doc.txt
@@ -0,0 +1,45 @@
+/**
+@defgroup boards_phynode-kw41z PhyNODE KW41Z
+@ingroup boards
+@brief Support for the Phytec PhyNODE KW41Z Board
+
+### Overview
+
+The [Phytec PhyNODE-KW41Z][board-web-page] board is a development platform based
+on the PhyWAVE-KW41z wireless module (populated with NXP Semiconductor Kinetis
+KW41Z microcontroller).
+
+It provides a radio device with Bluetooth Low Energy and/or IEEE
+802.15.4.
+
+There's also available an HDL1010 High Accuracy Digital Humidity sensor, a
+CCS811 IAQ gas sensor and a TCS37727 RGB Light sensor.
+
+There board also provides an SSD1673 Active Matrix EPD 150x200 Display Driver
+ with Controller on board.
+
+
+
+[board-web-page]: https://www.phytec.eu/product-eu/internet-of-things/iot-enablement-kit-4/
+
+### Flash the board
+
+To flash the board using OpenOCD:
+
+1. Use `BOARD=phynode-kw41z` with the `make` command.
+ Example with `hello-world` application:
+```
+ make BOARD=phynode-kw41z -C examples/hello-world flash term
+```
+
+### Current support
+
+Only the TCS37727 RGB Light sensor is supported. There's ongoing work
+on [IEEE802.15.4 radio support for KW41Z][radio-support] and
+[CCS811 gas sensor][gas-sensor]
+
+[radio-support]: https://github.com/RIOT-OS/RIOT/pull/7107
+[gas-sensor]: https://github.com/RIOT-OS/RIOT/pull/10033
+
+ */