commit | 5ee0f6bd8edc906e1f4eb9d12104d5ccdea5fd2c | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Sun Aug 08 23:57:50 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Aug 23 18:53:47 2021 -0400 |
tree | bca67a578157cb1c830b60de44ac783ed894088a | |
parent | 35ff632321fb01866db538a127cdcd61dc302fee [diff] |
boards: native_posix: add USB device controller binding and node Current USB device controller drivers (drivers/usb/device) do not use DEVICE_DT_GET but the properties from devicetree, and USB device controller node is parent for CDC ACM UART and AUDIO children nodes. Add USB device controller binding and node to keep the samples building for native_posix driver. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>