From cd4a5bc481ed4e7140a068ea4af79ab6640dfa54 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Mon, 2 May 2022 21:50:32 -0500 Subject: LFU-332-8: dts: arm: imx8mm ab2: target board support Add device tree configs for audio board 2.0 for common imx8mm som modules Signed-off-by: Adrian Alonso Reviewed-by: Ye Li --- arch/arm/dts/imx8mm-ab2-u-boot.dtsi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 arch/arm/dts/imx8mm-ab2-u-boot.dtsi (limited to 'arch/arm/dts/imx8mm-ab2-u-boot.dtsi') diff --git a/arch/arm/dts/imx8mm-ab2-u-boot.dtsi b/arch/arm/dts/imx8mm-ab2-u-boot.dtsi new file mode 100644 index 0000000000..c0b93bf9c1 --- /dev/null +++ b/arch/arm/dts/imx8mm-ab2-u-boot.dtsi @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright 2020 NXP + */ + +#include "imx8mm-evk-u-boot.dtsi" + +/ { + usbg2: usbg2 { + status = "disabled"; + }; +}; + +&fec1 { + phy-reset-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>; +}; + +&usbotg1 { + status = "okay"; + extcon = <&ptn5150>; +}; -- cgit v1.2.3