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.2-rc6 30 lines 475 B view raw
1/dts-v1/; 2 3#include "kirkwood.dtsi" 4#include "kirkwood-98dx4122.dtsi" 5#include "kirkwood-km_common.dtsi" 6 7/ { 8 model = "Keymile Kirkwood Reference Design"; 9 compatible = "keymile,km_kirkwood", "marvell,kirkwood-98DX4122", "marvell,kirkwood"; 10 11 memory { 12 device_type = "memory"; 13 reg = <0x00000000 0x08000000>; 14 }; 15}; 16 17&mdio { 18 status = "okay"; 19 20 ethphy0: ethernet-phy@0 { 21 reg = <0>; 22 }; 23}; 24 25&eth0 { 26 status = "okay"; 27 ethernet0-port@0 { 28 phy-handle = <&ethphy0>; 29 }; 30};