Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a062459 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD
Browse files

ARM: at91: dt: enable usb ohci for sam9g20, sam9g45 amd sam9x5



Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: devicetree-discuss@lists.ozlabs.org
parent 2419730f
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -208,6 +208,13 @@
				>;
				>;
			status = "disabled";
			status = "disabled";
		};
		};

		usb0: ohci@00500000 {
			compatible = "atmel,at91rm9200-ohci", "usb-ohci";
			reg = <0x00500000 0x100000>;
			interrupts = <20 4>;
			status = "disabled";
		};
	};
	};


	i2c@0 {
	i2c@0 {
+8 −0
Original line number Original line Diff line number Diff line
@@ -33,5 +33,13 @@
				status = "okay";
				status = "okay";
			};
			};
		};
		};

		usb0: ohci@00600000 {
			status = "okay";
			num-ports = <2>;
			atmel,vbus-gpio = <&pioD 19 0
					   &pioD 20 0
					  >;
		};
	};
	};
};
};
+7 −0
Original line number Original line Diff line number Diff line
@@ -217,6 +217,13 @@
				>;
				>;
			status = "disabled";
			status = "disabled";
		};
		};

		usb0: ohci@00700000 {
			compatible = "atmel,at91rm9200-ohci", "usb-ohci";
			reg = <0x00700000 0x100000>;
			interrupts = <22 4>;
			status = "disabled";
		};
	};
	};


	i2c@0 {
	i2c@0 {
+6 −0
Original line number Original line Diff line number Diff line
@@ -68,7 +68,13 @@
				label = "data";
				label = "data";
				reg = <0x4000000 0xC000000>;
				reg = <0x4000000 0xC000000>;
			};
			};
		};


		usb0: ohci@00700000 {
			status = "okay";
			num-ports = <2>;
			atmel,vbus-gpio = <&pioD 1 0
					   &pioD 3 0>;
		};
		};
	};
	};


+7 −0
Original line number Original line Diff line number Diff line
@@ -207,6 +207,13 @@
				>;
				>;
			status = "disabled";
			status = "disabled";
		};
		};

		usb0: ohci@00600000 {
			compatible = "atmel,at91rm9200-ohci", "usb-ohci";
			reg = <0x00600000 0x100000>;
			interrupts = <22 4>;
			status = "disabled";
		};
	};
	};


	i2c@0 {
	i2c@0 {
Loading