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.2-rc4 13 lines 355 B view raw
1* Cirrus Logic CS8900/CS8920 Network Controller 2 3Required properties: 4- compatible : Should be "cirrus,cs8900" or "cirrus,cs8920". 5- reg : Address and length of the IO space. 6- interrupts : Should contain the controller interrupt line. 7 8Examples: 9 eth0: eth@10000000 { 10 compatible = "cirrus,cs8900"; 11 reg = <0x10000000 0x400>; 12 interrupts = <10>; 13 };