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 v6.15 20 lines 272 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/ { 3 aliases { 4 ethernet0 = &ethernet; 5 }; 6}; 7 8&usb { 9 usb1@1 { 10 compatible = "usb424,9512"; 11 reg = <1>; 12 #address-cells = <1>; 13 #size-cells = <0>; 14 15 ethernet: ethernet@1 { 16 compatible = "usb424,ec00"; 17 reg = <1>; 18 }; 19 }; 20};