1 Marvell PXA USB PHY 1 Marvell PXA USB PHY 2 ------------------- 2 ------------------- 3 3 4 Required properties: 4 Required properties: 5 - compatible: one of: "marvell,mmp2-usb-phy", 5 - compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy", 6 "marvell,pxa168-usb-phy", 6 "marvell,pxa168-usb-phy", 7 - #phy-cells: must be 0 7 - #phy-cells: must be 0 8 8 9 Example: 9 Example: 10 usb-phy: usbphy@d4207000 { 10 usb-phy: usbphy@d4207000 { 11 compatible = "marvell,mmp2-usb 11 compatible = "marvell,mmp2-usb-phy"; 12 reg = <0xd4207000 0x40>; 12 reg = <0xd4207000 0x40>; 13 #phy-cells = <0>; 13 #phy-cells = <0>; 14 status = "okay"; 14 status = "okay"; 15 }; 15 }; 16 16 17 This document explains the device tree binding 17 This document explains the device tree binding. For general 18 information about PHY subsystem refer to Docum 18 information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.