meta-sunxi/recipes-bsp/sunxi-overlays/files/sun50i/h5-usbhost1.dts

28 lines
310 B
Plaintext
Raw Normal View History

/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun50i-h5";
fragment@0 {
target = <&ehci1>;
__overlay__ {
status = "okay";
};
};
fragment@1 {
target = <&ohci1>;
__overlay__ {
status = "okay";
};
};
fragment@2 {
target = <&usbphy>;
__overlay__ {
status = "okay";
};
};
};