meta-sunxi/recipes-bsp/sunxi-overlays/files/sun8i/h3-usbhost3.dts

28 lines
309 B
Plaintext
Raw Normal View History

/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
fragment@0 {
target = <&ehci3>;
__overlay__ {
status = "okay";
};
};
fragment@1 {
target = <&ohci3>;
__overlay__ {
status = "okay";
};
};
fragment@2 {
target = <&usbphy>;
__overlay__ {
status = "okay";
};
};
};