boards: nrf54h20dk: Enable shell input

This enables typing commands in shell over UART.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-04-15 17:31:16 +05:30 committed by Carles Cufí
commit c091c944b6
3 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@
zephyr,code-partition = &cpuapp_slot0_partition;
zephyr,flash = &mram1x;
zephyr,sram = &cpuapp_data;
zephyr,shell-uart = &uart136;
};
aliases {

View file

@ -26,6 +26,7 @@
zephyr,code-partition = &cpuppr_code_partition;
zephyr,flash = &mram1x;
zephyr,sram = &cpuppr_code_data;
zephyr,shell-uart = &uart135;
};
};

View file

@ -23,6 +23,7 @@
zephyr,code-partition = &cpurad_slot0_partition;
zephyr,flash = &mram1x;
zephyr,sram = &cpurad_ram0;
zephyr,shell-uart = &uart135;
};
};