Skip to content

Commit e4b04b4

Browse files
dm5ttkartben
authored andcommitted
dts: arm: st: u0: usb_fs_phy was erroneously placed under soc
Fixes warning: Warning (simple_busi_reg): /soc/usbphy: missing or empty reg/ranges property Fixes #84880 Signed-off-by: Holger Adams <[email protected]>
1 parent 74cccfa commit e4b04b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dts/arm/st/u0/stm32u073.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
clocks = <&rcc STM32_CLOCK(APB1, 13U)>;
6060
status = "disabled";
6161
};
62-
63-
usb_fs_phy: usbphy {
64-
compatible = "usb-nop-xceiv";
65-
#phy-cells = <0>;
66-
};
6762
};
6863

6964
sram1: memory@20000000 {
@@ -75,4 +70,9 @@
7570
compatible = "zephyr,memory-region", "mmio-sram";
7671
zephyr,memory-region = "SRAM2";
7772
};
73+
74+
usb_fs_phy: usbphy {
75+
compatible = "usb-nop-xceiv";
76+
#phy-cells = <0>;
77+
};
7878
};

0 commit comments

Comments
 (0)