diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/am3517.dtsi | 8 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gx.dtsi | 40 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxbb-odroidc2.dts | 42 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxbb.dtsi | 50 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxl-mali.dtsi | 11 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxl-s905x-khadas-vim.dts | 1 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxl-s905x-libretech-cc.dts | 13 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxl-s905x-p212.dts | 39 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxl-s905x-p212.dtsi | 5 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxl-s905x.dtsi | 39 | ||||
| -rw-r--r-- | arch/arm/dts/meson-gxl.dtsi | 100 | 
11 files changed, 105 insertions, 243 deletions
| diff --git a/arch/arm/dts/am3517.dtsi b/arch/arm/dts/am3517.dtsi index 00da3f2c407..ca294914bbb 100644 --- a/arch/arm/dts/am3517.dtsi +++ b/arch/arm/dts/am3517.dtsi @@ -26,7 +26,7 @@  			interrupt-names = "mc";  		}; -		davinci_emac: ethernet@0x5c000000 { +		davinci_emac: ethernet@5c000000 {  			compatible = "ti,am3517-emac";  			ti,hwmods = "davinci_emac";  			status = "disabled"; @@ -41,7 +41,7 @@  			local-mac-address = [ 00 00 00 00 00 00 ];  		}; -		davinci_mdio: ethernet@0x5c030000 { +		davinci_mdio: ethernet@5c030000 {  			compatible = "ti,davinci_mdio";  			ti,hwmods = "davinci_mdio";  			status = "disabled"; @@ -99,9 +99,5 @@  	status = "disabled";  }; -&smartreflex_mpu_iva { -	status = "disabled"; -}; -  /include/ "am35xx-clocks.dtsi"  /include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi" diff --git a/arch/arm/dts/meson-gx.dtsi b/arch/arm/dts/meson-gx.dtsi index 4ee2e795148..3c31e21cbed 100644 --- a/arch/arm/dts/meson-gx.dtsi +++ b/arch/arm/dts/meson-gx.dtsi @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)  /*   * Copyright (c) 2016 Andreas Färber   * @@ -6,44 +7,6 @@   *   * Copyright (c) 2016 Endless Computers, Inc.   * Author: Carlo Caione <carlo@endlessm.com> - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - *  a) This library is free software; you can redistribute it and/or - *     modify it under the terms of the GNU General Public License as - *     published by the Free Software Foundation; either version 2 of the - *     License, or (at your option) any later version. - * - *     This library is distributed in the hope that it will be useful, - *     but WITHOUT ANY WARRANTY; without even the implied warranty of - *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - *     GNU General Public License for more details. - * - * Or, alternatively, - * - *  b) Permission is hereby granted, free of charge, to any person - *     obtaining a copy of this software and associated documentation - *     files (the "Software"), to deal in the Software without - *     restriction, including without limitation the rights to use, - *     copy, modify, merge, publish, distribute, sublicense, and/or - *     sell copies of the Software, and to permit persons to whom the - *     Software is furnished to do so, subject to the following - *     conditions: - * - *     The above copyright notice and this permission notice shall be - *     included in all copies or substantial portions of the Software. - * - *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - *     OTHER DEALINGS IN THE SOFTWARE.   */  #include <dt-bindings/gpio/gpio.h> @@ -169,6 +132,7 @@  		compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse";  		#address-cells = <1>;  		#size-cells = <1>; +		read-only;  		sn: sn@14 {  			reg = <0x14 0x10>; diff --git a/arch/arm/dts/meson-gxbb-odroidc2.dts b/arch/arm/dts/meson-gxbb-odroidc2.dts index ee4ada61c59..54954b314a4 100644 --- a/arch/arm/dts/meson-gxbb-odroidc2.dts +++ b/arch/arm/dts/meson-gxbb-odroidc2.dts @@ -1,45 +1,8 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)  /*   * Copyright (c) 2016 Andreas Färber   * Copyright (c) 2016 BayLibre, Inc.   * Author: Kevin Hilman <khilman@kernel.org> - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - *  a) This library is free software; you can redistribute it and/or - *     modify it under the terms of the GNU General Public License as - *     published by the Free Software Foundation; either version 2 of the - *     License, or (at your option) any later version. - * - *     This library is distributed in the hope that it will be useful, - *     but WITHOUT ANY WARRANTY; without even the implied warranty of - *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - *     GNU General Public License for more details. - * - * Or, alternatively, - * - *  b) Permission is hereby granted, free of charge, to any person - *     obtaining a copy of this software and associated documentation - *     files (the "Software"), to deal in the Software without - *     restriction, including without limitation the rights to use, - *     copy, modify, merge, publish, distribute, sublicense, and/or - *     sell copies of the Software, and to permit persons to whom the - *     Software is furnished to do so, subject to the following - *     conditions: - * - *     The above copyright notice and this permission notice shall be - *     included in all copies or substantial portions of the Software. - * - *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - *     OTHER DEALINGS IN THE SOFTWARE.   */  /dts-v1/; @@ -53,6 +16,7 @@  	aliases {  		serial0 = &uart_AO; +		ethernet0 = ðmac;  	};  	chosen { @@ -310,7 +274,7 @@  	pinctrl-names = "default", "clk-gate";  	bus-width = <8>; -	max-frequency = <200000000>; +	max-frequency = <100000000>;  	non-removable;  	disable-wp;  	cap-mmc-highspeed; diff --git a/arch/arm/dts/meson-gxbb.dtsi b/arch/arm/dts/meson-gxbb.dtsi index 3290a4dc352..562c26a0ba3 100644 --- a/arch/arm/dts/meson-gxbb.dtsi +++ b/arch/arm/dts/meson-gxbb.dtsi @@ -1,43 +1,6 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)  /*   * Copyright (c) 2016 Andreas Färber - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - *  a) This library is free software; you can redistribute it and/or - *     modify it under the terms of the GNU General Public License as - *     published by the Free Software Foundation; either version 2 of the - *     License, or (at your option) any later version. - * - *     This library is distributed in the hope that it will be useful, - *     but WITHOUT ANY WARRANTY; without even the implied warranty of - *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - *     GNU General Public License for more details. - * - * Or, alternatively, - * - *  b) Permission is hereby granted, free of charge, to any person - *     obtaining a copy of this software and associated documentation - *     files (the "Software"), to deal in the Software without - *     restriction, including without limitation the rights to use, - *     copy, modify, merge, publish, distribute, sublicense, and/or - *     sell copies of the Software, and to permit persons to whom the - *     Software is furnished to do so, subject to the following - *     conditions: - * - *     The above copyright notice and this permission notice shall be - *     included in all copies or substantial portions of the Software. - * - *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - *     OTHER DEALINGS IN THE SOFTWARE.   */  #include "meson-gx.dtsi" @@ -284,14 +247,17 @@  		 * MALI_0 and MALI_1 muxed to a single clock by a glitch  		 * free mux to safely change frequency while running.  		 */ -		assigned-clocks = <&clkc CLKID_MALI_0_SEL>, +		assigned-clocks = <&clkc CLKID_GP0_PLL>, +				  <&clkc CLKID_MALI_0_SEL>,  				  <&clkc CLKID_MALI_0>,  				  <&clkc CLKID_MALI>; /* Glitch free mux */ -		assigned-clock-parents = <&clkc CLKID_FCLK_DIV3>, +		assigned-clock-parents = <0>, /* Do Nothing */ +					 <&clkc CLKID_GP0_PLL>,  					 <0>, /* Do Nothing */  					 <&clkc CLKID_MALI_0>; -		assigned-clock-rates = <0>, /* Do Nothing */ -				       <666666666>, +		assigned-clock-rates = <744000000>, +				       <0>, /* Do Nothing */ +				       <744000000>,  				       <0>; /* Do Nothing */  	};  }; diff --git a/arch/arm/dts/meson-gxl-mali.dtsi b/arch/arm/dts/meson-gxl-mali.dtsi index f825506cdf6..eb327664a4d 100644 --- a/arch/arm/dts/meson-gxl-mali.dtsi +++ b/arch/arm/dts/meson-gxl-mali.dtsi @@ -29,14 +29,17 @@  		 * MALI_0 and MALI_1 muxed to a single clock by a glitch  		 * free mux to safely change frequency while running.  		 */ -		assigned-clocks = <&clkc CLKID_MALI_0_SEL>, +		assigned-clocks = <&clkc CLKID_GP0_PLL>, +				  <&clkc CLKID_MALI_0_SEL>,  				  <&clkc CLKID_MALI_0>,  				  <&clkc CLKID_MALI>; /* Glitch free mux */ -		assigned-clock-parents = <&clkc CLKID_FCLK_DIV3>, +		assigned-clock-parents = <0>, /* Do Nothing */ +					 <&clkc CLKID_GP0_PLL>,  					 <0>, /* Do Nothing */  					 <&clkc CLKID_MALI_0>; -		assigned-clock-rates = <0>, /* Do Nothing */ -				       <666666666>, +		assigned-clock-rates = <744000000>, +				       <0>, /* Do Nothing */ +				       <744000000>,  				       <0>; /* Do Nothing */  	};  }; diff --git a/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts b/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts index c3515599ed3..d32cf384637 100644 --- a/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts +++ b/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts @@ -28,6 +28,7 @@  	aliases {  		serial2 = &uart_AO_B; +		ethernet0 = ðmac;  	};  	gpio-keys-polled { diff --git a/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts b/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts index 9139761c799..3e3eb31748a 100644 --- a/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts +++ b/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts @@ -17,6 +17,7 @@  	aliases {  		serial0 = &uart_AO; +		ethernet0 = ðmac;  	};  	chosen { @@ -270,3 +271,15 @@  	pinctrl-0 = <&uart_ao_a_pins>;  	pinctrl-names = "default";  }; + +&usb0 { +	status = "okay"; +}; + +&usb2_phy0 { +	/* +	 * even though the schematics don't show it: +	 * HDMI_5V is also used as supply for the USB VBUS. +	 */ +	phy-supply = <&hdmi_5v>; +}; diff --git a/arch/arm/dts/meson-gxl-s905x-p212.dts b/arch/arm/dts/meson-gxl-s905x-p212.dts index 6e2bf858291..5896e8a5d86 100644 --- a/arch/arm/dts/meson-gxl-s905x-p212.dts +++ b/arch/arm/dts/meson-gxl-s905x-p212.dts @@ -1,44 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)  /*   * Copyright (c) 2016 Endless Computers, Inc.   * Author: Carlo Caione <carlo@endlessm.com> - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - *  a) This library is free software; you can redistribute it and/or - *     modify it under the terms of the GNU General Public License as - *     published by the Free Software Foundation; either version 2 of the - *     License, or (at your option) any later version. - * - *     This library is distributed in the hope that it will be useful, - *     but WITHOUT ANY WARRANTY; without even the implied warranty of - *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - *     GNU General Public License for more details. - * - * Or, alternatively, - * - *  b) Permission is hereby granted, free of charge, to any person - *     obtaining a copy of this software and associated documentation - *     files (the "Software"), to deal in the Software without - *     restriction, including without limitation the rights to use, - *     copy, modify, merge, publish, distribute, sublicense, and/or - *     sell copies of the Software, and to permit persons to whom the - *     Software is furnished to do so, subject to the following - *     conditions: - * - *     The above copyright notice and this permission notice shall be - *     included in all copies or substantial portions of the Software. - * - *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - *     OTHER DEALINGS IN THE SOFTWARE.   */  /dts-v1/; diff --git a/arch/arm/dts/meson-gxl-s905x-p212.dtsi b/arch/arm/dts/meson-gxl-s905x-p212.dtsi index 2db1377819d..0cfd701809d 100644 --- a/arch/arm/dts/meson-gxl-s905x-p212.dtsi +++ b/arch/arm/dts/meson-gxl-s905x-p212.dtsi @@ -16,6 +16,7 @@  	aliases {  		serial0 = &uart_AO;  		serial1 = &uart_A; +		ethernet0 = ðmac;  	};  	chosen { @@ -184,3 +185,7 @@  	pinctrl-0 = <&uart_ao_a_pins>;  	pinctrl-names = "default";  }; + +&usb0 { +	status = "okay"; +}; diff --git a/arch/arm/dts/meson-gxl-s905x.dtsi b/arch/arm/dts/meson-gxl-s905x.dtsi index 3314a0b3dad..40c19f69e9d 100644 --- a/arch/arm/dts/meson-gxl-s905x.dtsi +++ b/arch/arm/dts/meson-gxl-s905x.dtsi @@ -1,44 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)  /*   * Copyright (c) 2016 Endless Computers, Inc.   * Author: Carlo Caione <carlo@endlessm.com> - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - *  a) This library is free software; you can redistribute it and/or - *     modify it under the terms of the GNU General Public License as - *     published by the Free Software Foundation; either version 2 of the - *     License, or (at your option) any later version. - * - *     This library is distributed in the hope that it will be useful, - *     but WITHOUT ANY WARRANTY; without even the implied warranty of - *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - *     GNU General Public License for more details. - * - * Or, alternatively, - * - *  b) Permission is hereby granted, free of charge, to any person - *     obtaining a copy of this software and associated documentation - *     files (the "Software"), to deal in the Software without - *     restriction, including without limitation the rights to use, - *     copy, modify, merge, publish, distribute, sublicense, and/or - *     sell copies of the Software, and to permit persons to whom the - *     Software is furnished to do so, subject to the following - *     conditions: - * - *     The above copyright notice and this permission notice shall be - *     included in all copies or substantial portions of the Software. - * - *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - *     OTHER DEALINGS IN THE SOFTWARE.   */  #include "meson-gxl.dtsi" diff --git a/arch/arm/dts/meson-gxl.dtsi b/arch/arm/dts/meson-gxl.dtsi index c8514110b9d..dba365ed4bd 100644 --- a/arch/arm/dts/meson-gxl.dtsi +++ b/arch/arm/dts/meson-gxl.dtsi @@ -1,44 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)  /*   * Copyright (c) 2016 Endless Computers, Inc.   * Author: Carlo Caione <carlo@endlessm.com> - * - * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual - * licensing only applies to this file, and not this project as a - * whole. - * - *  a) This library is free software; you can redistribute it and/or - *     modify it under the terms of the GNU General Public License as - *     published by the Free Software Foundation; either version 2 of the - *     License, or (at your option) any later version. - * - *     This library is distributed in the hope that it will be useful, - *     but WITHOUT ANY WARRANTY; without even the implied warranty of - *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - *     GNU General Public License for more details. - * - * Or, alternatively, - * - *  b) Permission is hereby granted, free of charge, to any person - *     obtaining a copy of this software and associated documentation - *     files (the "Software"), to deal in the Software without - *     restriction, including without limitation the rights to use, - *     copy, modify, merge, publish, distribute, sublicense, and/or - *     sell copies of the Software, and to permit persons to whom the - *     Software is furnished to do so, subject to the following - *     conditions: - * - *     The above copyright notice and this permission notice shall be - *     included in all copies or substantial portions of the Software. - * - *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - *     OTHER DEALINGS IN THE SOFTWARE.   */  #include "meson-gx.dtsi" @@ -57,6 +20,67 @@  			no-map;  		};  	}; + +	soc { +		usb0: usb@c9000000 { +			status = "disabled"; +			compatible = "amlogic,meson-gxl-dwc3"; +			#address-cells = <2>; +			#size-cells = <2>; +			ranges; + +			clocks = <&clkc CLKID_USB>; +			clock-names = "usb_general"; +			resets = <&reset RESET_USB_OTG>; +			reset-names = "usb_otg"; + +			dwc3: dwc3@c9000000 { +				compatible = "snps,dwc3"; +				reg = <0x0 0xc9000000 0x0 0x100000>; +				interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; +				dr_mode = "host"; +				maximum-speed = "high-speed"; +				snps,dis_u2_susphy_quirk; +				phys = <&usb3_phy>, <&usb2_phy0>, <&usb2_phy1>; +			}; +		}; +	}; +}; + +&apb { +	usb2_phy0: phy@78000 { +		compatible = "amlogic,meson-gxl-usb2-phy"; +		#phy-cells = <0>; +		reg = <0x0 0x78000 0x0 0x20>; +		clocks = <&clkc CLKID_USB>; +		clock-names = "phy"; +		resets = <&reset RESET_USB_OTG>; +		reset-names = "phy"; +		status = "okay"; +	}; + +	usb2_phy1: phy@78020 { +		compatible = "amlogic,meson-gxl-usb2-phy"; +		#phy-cells = <0>; +		reg = <0x0 0x78020 0x0 0x20>; +		clocks = <&clkc CLKID_USB>; +		clock-names = "phy"; +		resets = <&reset RESET_USB_OTG>; +		reset-names = "phy"; +		status = "okay"; +	}; + +	usb3_phy: phy@78080 { +		compatible = "amlogic,meson-gxl-usb3-phy"; +		#phy-cells = <0>; +		reg = <0x0 0x78080 0x0 0x20>; +		interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; +		clocks = <&clkc CLKID_USB>, <&clkc_AO CLKID_AO_CEC_32K>; +		clock-names = "phy", "peripheral"; +		resets = <&reset RESET_USB_OTG>, <&reset RESET_USB_OTG>; +		reset-names = "phy", "peripheral"; +		status = "okay"; +	};  };  ðmac { | 
