ARM: dts: sun8i: sina33: Enable USB hosts
The Sina33 SDK board exposes the EHCI/OHCI USB host pair. VBUS for this port is always on and non-controllable. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
c43fa32143
commit
c077132b28
1 changed files with 13 additions and 0 deletions
|
@ -63,6 +63,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ehci0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&lradc {
|
&lradc {
|
||||||
vref-supply = <®_vcc3v0>;
|
vref-supply = <®_vcc3v0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -113,6 +117,10 @@
|
||||||
allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
|
allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ohci0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&pio {
|
&pio {
|
||||||
mmc0_cd_pin_sina33: mmc0_cd_pin@0 {
|
mmc0_cd_pin_sina33: mmc0_cd_pin@0 {
|
||||||
allwinner,pins = "PB4";
|
allwinner,pins = "PB4";
|
||||||
|
@ -127,3 +135,8 @@
|
||||||
pinctrl-0 = <&uart0_pins_b>;
|
pinctrl-0 = <&uart0_pins_b>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usbphy {
|
||||||
|
status = "okay";
|
||||||
|
usb1_vbus-supply = <®_vcc5v0>; /* USB1 VBUS is always on */
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue