brintos

brintos / linux-shallow public Read only

0
0
Text · 471 B · d80e36a Raw
19 lines · plain
1Marvell PXA USB PHY2-------------------3 4Required properties:5- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",6	"marvell,pxa168-usb-phy",7- #phy-cells: must be 08 9Example:10	usb-phy: usbphy@d4207000 {11		compatible = "marvell,mmp2-usb-phy";12		reg = <0xd4207000 0x40>;13		#phy-cells = <0>;14		status = "okay";15	};16 17This document explains the device tree binding. For general18information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst19