doc: dts: Add missing documentation for some /chosen properties

Not all /chosen properties were documented. Add the missing ones along
with the macros generated for them.

Found with some grepping for '\<zephyr,.*='.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-12-26 13:18:55 +01:00 committed by Carles Cufí
commit ca0c6a79d6

View file

@ -480,10 +480,16 @@ The full set of Zephyr-specific ``chosen`` nodes follows:
* - ``zephyr,flash``
- ``DT_FLASH_BASE_ADDRESS``/``DT_FLASH_SIZE``/``DT_FLASH_ERASE_BLOCK_SIZE``/``DT_FLASH_WRITE_BLOCK_SIZE``
* - ``zephyr,code-partition``
- ``DT_CODE_PARTITION_OFFSET``/``DT_CODE_PARTITION_SIZE``
* - ``zephyr,sram``
- ``CONFIG_SRAM_BASE_ADDRESS``/``CONFIG_SRAM_SIZE``
* - ``zephyr,ccm``
- ``DT_CCM_BASE_ADDRESS``/``DT_CCM_SIZE``
* - ``zephyr,dtcm``
- ``DT_DTCM_BASE_ADDRESS``/``DT_DTCM_SIZE``
* - ``zephyr,ipc_shm``
- ``DT_IPC_SHM_BASE_ADDRESS``/``DT_IPC_SHM_SIZE``
* - ``zephyr,console``
- ``CONFIG_UART_CONSOLE_ON_DEV_NAME``
* - ``zephyr,shell-uart``
@ -494,6 +500,8 @@ The full set of Zephyr-specific ``chosen`` nodes follows:
- ``CONFIG_UART_PIPE_ON_DEV_NAME``
* - ``zephyr,bt-mon-uart``
- ``CONFIG_BT_MONITOR_ON_DEV_NAME``
* - ``zephyr,bt-c2h-uart``
- ``CONFIG_BT_CTLR_TO_HOST_UART_DEV_NAME``
* - ``zephyr,uart-mcumgr``
- ``CONFIG_UART_MCUMGR_ON_DEV_NAME``