Welcome to mirror list, hosted at ThFree Co, Russian Federation.

usb.txt « cpm « cpm_qe « fsl « dts-bindings « powerpc « Documentation - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74bfda4bb8243e5d79cc88caa9b57a0d9aa59423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* USB (Universal Serial Bus Controller)

Properties:
- compatible : "fsl,cpm1-usb", "fsl,cpm2-usb", "fsl,qe-usb"

Example:
	usb@11bc0 {
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "fsl,cpm2-usb";
		reg = <11b60 18 8b00 100>;
		interrupts = <b 8>;
		interrupt-parent = <&PIC>;
		fsl,cpm-command = <2e600000>;
	};