Revert "boards: add USB node aliases"
This reverts commit b4242a8dab
.
The "usbd0 aliases" approach has not proven to work.
Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
be2f0bfaa9
commit
5e41c3477b
15 changed files with 0 additions and 27 deletions
|
@ -15,7 +15,6 @@
|
|||
aliases {
|
||||
led0 = &green_led;
|
||||
sw0 = &user_button;
|
||||
usbd0 = &usb1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
aliases {
|
||||
led0 = &green_led;
|
||||
sw0 = &user_button;
|
||||
usbd0 = &usb1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
aliases {
|
||||
led0 = &green_led;
|
||||
sw0 = &user_button;
|
||||
usbd0 = &usb1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
sw0 = &user_button;
|
||||
kscan0 = &touch_controller;
|
||||
watchdog0 = &wdog0;
|
||||
usbd0 = &usb1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
sw0 = &user_button;
|
||||
kscan0 = &touch_controller;
|
||||
watchdog0 = &wdog0;
|
||||
usbd0 = &usb1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
pwm-led0 = &green_pwm_led;
|
||||
sw0 = &user_button;
|
||||
kscan0 = &touch_controller;
|
||||
usbd0 = &usb1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
@ -132,7 +132,6 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -110,7 +110,6 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -121,7 +121,6 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -81,7 +81,6 @@
|
|||
red-pwm-led = &red_pwm_led;
|
||||
green-pwm-led = &green_pwm_led;
|
||||
blue-pwm-led = &blue_pwm_led;
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
zephyr,sram-secure-partition = &sram0_s;
|
||||
zephyr,sram-non-secure-partition = &sram0_ns;
|
||||
};
|
||||
|
||||
aliases {
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
&spi2 {
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &slot0_ns_partition;
|
||||
};
|
||||
|
||||
aliases {
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
&usbd {
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
zephyr,sram-secure-partition = &sram0_s;
|
||||
zephyr,sram-non-secure-partition = &sram0_ns;
|
||||
};
|
||||
|
||||
aliases {
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
&usbd {
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &slot0_ns_partition;
|
||||
};
|
||||
|
||||
aliases {
|
||||
usbd0 = &usbd;
|
||||
};
|
||||
};
|
||||
|
||||
&usbd {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue