1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 3 4 #include "kirkwood.dtsi" 4 #include "kirkwood.dtsi" 5 #include "kirkwood-98dx4122.dtsi" 5 #include "kirkwood-98dx4122.dtsi" 6 #include "kirkwood-km_common.dtsi" 6 #include "kirkwood-km_common.dtsi" 7 7 8 / { 8 / { 9 model = "Keymile Kirkwood Reference De 9 model = "Keymile Kirkwood Reference Design"; 10 compatible = "keymile,km_kirkwood", "m 10 compatible = "keymile,km_kirkwood", "marvell,kirkwood-98DX4122", "marvell,kirkwood"; 11 11 12 memory { 12 memory { 13 device_type = "memory"; 13 device_type = "memory"; 14 reg = <0x00000000 0x08000000>; 14 reg = <0x00000000 0x08000000>; 15 }; 15 }; 16 }; 16 }; 17 17 18 &mdio { 18 &mdio { 19 status = "okay"; 19 status = "okay"; 20 20 21 ethphy0: ethernet-phy@0 { 21 ethphy0: ethernet-phy@0 { 22 reg = <0>; 22 reg = <0>; 23 }; 23 }; 24 }; 24 }; 25 25 26 ð0 { 26 ð0 { 27 status = "okay"; 27 status = "okay"; 28 ethernet0-port@0 { 28 ethernet0-port@0 { 29 phy-handle = <ðphy0>; 29 phy-handle = <ðphy0>; 30 }; 30 }; 31 }; 31 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.