From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Ford Date: Sun, 9 Sep 2018 15:24:02 -0500 Subject: [U-Boot] [PATCH 2/5] ARM: DTS: logicpd-som-lv-37xx-devkit-u-boot In-Reply-To: <20180909202405.12410-1-aford173@gmail.com> References: <20180909202405.12410-1-aford173@gmail.com> Message-ID: <20180909202405.12410-2-aford173@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Create U-Boot tweaks for the Logic PD AM/DM37 SOM-LV so we can use its device tree. Signed-off-by: Adam Ford diff --git a/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi new file mode 100644 index 0000000000..3de9e49c5f --- /dev/null +++ b/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi @@ -0,0 +1,34 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2017 + * Logic PD - http://www.logicpd.com + */ +#include "omap36xx-u-boot.dtsi" + +/ { + model = "LogicPD Zoom DM37 SOM-LV Development Kit"; + + chosen { + stdout-path = &uart1; + }; +}; + +&i2c1 { + clock-frequency = <400000>; +}; + +&i2c2 { + clock-frequency = <400000>; +}; + +&mmc1 { + cd-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* gpio_110 */ +}; + +&mmc2 { + status = "disabled"; +}; + +&mmc3 { + status = "disabled"; +}; \ No newline at end of file -- 2.17.1