From ca0c6a79d6e6ee652e37d22ec493d40989c02687 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 26 Dec 2019 13:18:55 +0100 Subject: [PATCH] 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 '\ --- doc/guides/dts/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/dts/index.rst b/doc/guides/dts/index.rst index 9f54bb234b0..485d94084bb 100644 --- a/doc/guides/dts/index.rst +++ b/doc/guides/dts/index.rst @@ -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``