Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.20-rc2 19 lines 236 B view raw
1/ { 2 aliases { 3 ethernet0 = &ethernet; 4 }; 5}; 6 7&usb { 8 usb1@1 { 9 compatible = "usb424,9514"; 10 reg = <1>; 11 #address-cells = <1>; 12 #size-cells = <0>; 13 14 ethernet: usbether@1 { 15 compatible = "usb424,ec00"; 16 reg = <1>; 17 }; 18 }; 19};