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 v3.16-rc2 17 lines 526 B view raw
1* AMD 10GbE PHY driver (amd-xgbe-phy) 2 3Required properties: 4- compatible: Should be "amd,xgbe-phy-seattle-v1a" and 5 "ethernet-phy-ieee802.3-c45" 6- reg: Address and length of the register sets for the device 7 - SerDes Rx/Tx registers 8 - SerDes integration registers (1/2) 9 - SerDes integration registers (2/2) 10 11Example: 12 xgbe_phy@e1240800 { 13 compatible = "amd,xgbe-phy-seattle-v1a", "ethernet-phy-ieee802.3-c45"; 14 reg = <0 0xe1240800 0 0x00400>, 15 <0 0xe1250000 0 0x00060>, 16 <0 0xe1250080 0 0x00004>; 17 };