1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ 4 */ 5 6&am43xx_control_usb2phy1 { 7 compatible = "ti,control-phy-usb2-am437", "syscon"; 8}; 9 10&am43xx_control_usb2phy2 { 11 compatible = "ti,control-phy-usb2-am437", "syscon"; 12}; 13 14&ocp2scp0 { 15 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus"; 16}; 17 18&ocp2scp1 { 19 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus"; 20}; 21 22&dwc3_1 { 23 u-boot,dm-spl; 24}; 25 26&usb1 { 27 u-boot,dm-spl; 28}; 29 30&usb2_phy1 { 31 u-boot,dm-spl; 32}; 33 34&am43xx_control_usb2phy1 { 35 u-boot,dm-spl; 36}; 37 38&ocp2scp0 { 39 u-boot,dm-spl; 40}; 41