In general, within an OpenWrt DTS that `#include "some_linux_supplied.dtsi"`
is it preferred to refer to a node defined in upstream code by label, or by path?

For example, with `blsp1_spi2: spi@78b6000` in the upstream-controlled DTS, prefer

    &blsp1_spi2

or (taking into account scope or path, as needed)

    spi@78b6000


Thanks,


Jeff









_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to