1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ 4 */ 5 6/{ 7 aliases { 8 usb0 = &usb1; 9 usb1 = &usb2; 10 }; 11}; 12 13&am43xx_control_usb2phy1 { 14 compatible = "ti,control-phy-usb2-am437", "syscon"; 15}; 16 17&am43xx_control_usb2phy2 { 18 compatible = "ti,control-phy-usb2-am437", "syscon"; 19}; 20 21&ocp2scp0 { 22 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus"; 23}; 24 25&ocp2scp1 { 26 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus"; 27}; 28 29&dwc3_1 { 30 u-boot,dm-spl; 31}; 32 33&usb1 { 34 u-boot,dm-spl; 35}; 36 37&usb2_phy1 { 38 u-boot,dm-spl; 39}; 40 41&am43xx_control_usb2phy1 { 42 u-boot,dm-spl; 43}; 44 45&ocp2scp0 { 46 u-boot,dm-spl; 47}; 48 49&dwc3_2 { 50 u-boot,dm-spl; 51}; 52 53&usb2 { 54 u-boot,dm-spl; 55}; 56 57&usb2_phy2 { 58 u-boot,dm-spl; 59}; 60 61&am43xx_control_usb2phy2 { 62 u-boot,dm-spl; 63}; 64 65&ocp2scp1 { 66 u-boot,dm-spl; 67}; 68