soc: arm: nxp_imx: Convert from Kconfig to DT_NODELABEL

As prep for drivers being converted to utilize DT_INST and removal of
per instance Kconfig symbols, move soc.c code to utilize DT_NODELABEL
instead.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-04-01 17:33:01 -05:00 committed by Kumar Gala
commit e6a1dc9674
3 changed files with 92 additions and 90 deletions

View file

@ -18,4 +18,6 @@
#define RDC_DOMAIN_PERM(domain, perm) (perm << (domain * 2))
#define RDC_DT_VAL(nodelabel) DT_PROP(DT_NODELABEL(nodelabel), rdc)
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_RDC_IMX_RDC_H_ */