dbg: ARM: dts: boneblack: add pinconfig for USB controller

Add pinconfig for controller in order to test device-tree node sharing.

The USB controller and root hub share the same node, but for musb the
node would also be shared with a so called glue device. This in turn
could cause problems when driver core did automatic setup during probe
(e.g. trying to claim the same pin twice).

This should now all have been fixed by:

	4e75e1d7dac9 ("driver core: add helper to reuse a device-tree node")
	ed032c1bede8 ("driver core: fix automatic pinctrl management")
	2bf698671205 ("USB: of: fix root-hub device-tree node handling")
1 file changed