lowermachine/source/petalinux_devicetree/system-user.dtsi
Miaow c98584d029 寒假前烟梗分选机上已经开始用的
测试能否打中暂时没啥问题,但溜的急,没充分测试
2022-07-03 19:47:53 +08:00

27 lines
400 B
Plaintext

/include/ "system-conf.dtsi"
/ {
};
/ {
usb_phy0: usb_phy@0 {
compatible = "ulpi-phy";
reg = <0xe0002000 0x1000>;
view-port = <0x170>;
reset-gpios = <&gpio0 8 1>;
drv-vbus;
};
};
&usb0 {
status = "okay";
dr_mode = "host";
usb-phy = <&usb_phy0>;
};
&flash0 {
compatible = "micron,w25q256";
reg = <0x0>;
#address-cells = <1>;
#size-cells = <1>;
spi-max-frequency = <50000000>;
};