Commit f409ed0f authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Simon Horman

ARM: shmobile: silk: enable internal PCI

Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to
them.
Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent a6a130b3
...@@ -80,6 +80,16 @@ vin0_pins: vin0 { ...@@ -80,6 +80,16 @@ vin0_pins: vin0 {
renesas,groups = "vin0_data8", "vin0_clk"; renesas,groups = "vin0_data8", "vin0_clk";
renesas,function = "vin0"; renesas,function = "vin0";
}; };
usb0_pins: usb0 {
renesas,groups = "usb0";
renesas,function = "usb0";
};
usb1_pins: usb1 {
renesas,groups = "usb1";
renesas,function = "usb1";
};
}; };
&scif2 { &scif2 {
...@@ -188,3 +198,15 @@ vin0ep: endpoint { ...@@ -188,3 +198,15 @@ vin0ep: endpoint {
}; };
}; };
}; };
&pci0 {
status = "okay";
pinctrl-0 = <&usb0_pins>;
pinctrl-names = "default";
};
&pci1 {
status = "okay";
pinctrl-0 = <&usb1_pins>;
pinctrl-names = "default";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment