1/* 2 * Copyright (c) 2018 Aurelien Jarno 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <st/f7/stm32f722.dtsi> 8 9/ { 10 soc { 11 compatible = "st,stm32f723", "st,stm32f7", "simple-bus"; 12 13 usbphyc: usbphyc@40017c00 { 14 compatible = "st,stm32-usbphyc"; 15 reg = <0x40017c00 0x400>; 16 #phy-cells = <0>; 17 }; 18 19 usbotg_hs: usb@40040000 { 20 phys = <&usbphyc>; 21 maximum-speed = "high-speed"; 22 }; 23 }; 24}; 25 26/delete-node/ &otghs_fs_phy; 27