meta-sunxi/recipes-bsp/sunxi-overlays/files/sun50i/h5-usbhost2.dts
ludiazv cddadc1f4b DT overlay support
Experimental feature to include DT overlays and custom boot args
2023-05-30 13:27:31 +02:00

28 lines
310 B
Plaintext

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