zephyr/soc/arc
Daniel Leung 9f9b4a8afa uart: ns16550: use io-mapped DT property for IO port access
The old CONFIG_UART_NS16550_ACCESS_IOPORT has been used to
indicate whether to access the NS16550 UART via IO port
before device tree is used to describe hardware. Now we have
device tree, and we can specify whether a particular UART
needs to be accessed via IO port using property io-mapped.
Therefore, CONFIG_UART_NS16550_ACCESS_IOPORT is no longer
needed (and thus also CONFIG_UART_NS16550_SIMULT_ACCESS).
Remove these two kconfigs and modify code to use device tree
to figure out how to access the UART hardware.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-09-26 12:03:04 +02:00
..
snps_arc_hsdk
snps_arc_hsdk4xd ARC: Turn off stack checking for hsdk4xd 2023-07-10 09:29:43 +02:00
snps_arc_iot uart: ns16550: use io-mapped DT property for IO port access 2023-09-26 12:03:04 +02:00
snps_emsdp drivers: pinctrl: add pinctrl driver for ARC emsdp 2023-05-29 09:21:07 -04:00
snps_emsk init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
snps_nsim ARC: add scalar VPX port 2023-08-11 19:45:48 +00:00
snps_qemu