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:
parent
8c8868c51e
commit
c091c944b6
3 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
zephyr,code-partition = &cpuapp_slot0_partition;
|
||||
zephyr,flash = &mram1x;
|
||||
zephyr,sram = &cpuapp_data;
|
||||
zephyr,shell-uart = &uart136;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
zephyr,code-partition = &cpuppr_code_partition;
|
||||
zephyr,flash = &mram1x;
|
||||
zephyr,sram = &cpuppr_code_data;
|
||||
zephyr,shell-uart = &uart135;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
zephyr,code-partition = &cpurad_slot0_partition;
|
||||
zephyr,flash = &mram1x;
|
||||
zephyr,sram = &cpurad_ram0;
|
||||
zephyr,shell-uart = &uart135;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue