ARM: dts: sam9x60: Add OHCI and EHCI DT nodes
authorSergiu Moga <sergiu.moga@microchip.com>
Wed, 4 Jan 2023 14:04:10 +0000 (16:04 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 5 Jan 2023 08:04:57 +0000 (10:04 +0200)
Add the OHCI and EHCI DT nodes for the sam9x60 SoC's.

Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/dts/sam9x60.dtsi

index 1998bb5..2b93d08 100644 (file)
                #size-cells = <1>;
                ranges;
 
+               usb1: usb@600000 {
+                       compatible = "atmel,at91rm9200-ohci", "usb-ohci";
+                       reg = <0x00600000 0x100000>;
+                       clocks = <&pmc PMC_TYPE_PERIPHERAL 22>, <&pmc PMC_TYPE_PERIPHERAL 22>, <&pmc PMC_TYPE_SYSTEM 21>;
+                       clock-names = "ohci_clk", "hclk", "uhpck";
+                       status = "disabled";
+               };
+
+               usb2: usb@700000 {
+                       compatible = "atmel,at91sam9g45-ehci", "usb-ehci";
+                       reg = <0x00700000 0x100000>;
+                       clocks = <&pmc PMC_TYPE_CORE 8>, <&pmc PMC_TYPE_PERIPHERAL 22>;
+                       clock-names = "usb_clk", "ehci_clk";
+                       assigned-clocks = <&pmc PMC_TYPE_CORE 8>;
+                       assigned-clock-rates = <480000000>;
+                       status = "disabled";
+               };
+
                ebi: ebi@10000000 {
                        compatible = "microchip,sam9x60-ebi";
                        #address-cells = <2>;