From nobody Thu Feb 12 20:31:09 2026 Received: from mx.adeep.su (mx.adeep.su [185.250.0.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 05E5F18732F; Fri, 7 Jun 2024 14:52:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.250.0.168 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717771947; cv=none; b=PHTPL9/RTfCHQf8GHaXgYTkqbOCGM7Tc7ChMHKKKcXCj5fQZKV5BhbFB2fuggq8cN72ic9qEZj8YS7961gwG6vz5RKgYY4zSCapexFk1z4YzJUBdxF+6XtltHNrFWb8Ig65NH5b32LBOObw/K2b5oO0zmu09BQFd6h5ycsiIJZk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717771947; c=relaxed/simple; bh=XnAVDqZ1qHhk96UN2DNbw5yduFoizuZok6ZFRVmcL2g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=q52HSd++mdWYwv3noYjzSP/TnHxhczAn/Ngisih+RPONAAGQJgDMsJYg50cF2IX7o24rsU3War3O1o6IO6IlQR34Y/zQ6ciTjAeOhdKNm1avx1q1zMbwaT2lqDQznbCcLIMCOmayGrcA+kBmsXoBG7YoHyfgZlAvfKEMdYhNPpQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=lexina.in; spf=pass smtp.mailfrom=lexina.in; dkim=pass (2048-bit key) header.d=lexina.in header.i=@lexina.in header.b=XeJ6qHkZ; arc=none smtp.client-ip=185.250.0.168 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=lexina.in Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lexina.in Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lexina.in header.i=@lexina.in header.b="XeJ6qHkZ" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 65F35105BBC; Fri, 7 Jun 2024 17:52:21 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lexina.in; s=dkim; t=1717771941; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=5khaxnHYfgBWx++I3wa8hd9Z9yMzi3N1PuwxaE8FZq0=; b=XeJ6qHkZAv6+/JzlFBWahb7E8Q2T1lZ1OkfTWW2A3Aa4T2wG02Gm9ubXWtYosJTxlr6DE+ tEw07zA2LWf+42VtT9YpCIX2dJIjKvTcXinqf6vWsnCn0v/C/CVeHr2948U4XjJvUprupC 80NiAWVbWFX9yqG0GtTQIku7eRG8QQ9klVScTVsY3CTS7mTGt1aWKG9aVwIuTgvg2HFVpo TdwZSRBVV4giH8ae5DJ5zh1uLAIfNygRhADt9+WIIhqW/ApD3MmbZWR6lpF6ws2hbvMZpp cnDznzEp69+5dieB/rgsF2qwEB0SjgfhBInR5Wkm4gwFCOcRt5+xSsoNTIsucQ== From: Viacheslav Bocharov To: Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org Subject: [PATCH v1 1/2] dt-bindings: arm: amlogic: add binding for JetHome JetHub D2 Date: Fri, 7 Jun 2024 17:50:03 +0300 Message-ID: <20240607145148.2246990-2-adeep@lexina.in> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240607145148.2246990-1-adeep@lexina.in> References: <20240607145148.2246990-1-adeep@lexina.in> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Content-Type: text/plain; charset="utf-8" JetHome JetHub D2 is a home automation controller, based on Amlogic S905X3 SoC Signed-off-by: Viacheslav Bocharov Acked-by: Conor Dooley --- Documentation/devicetree/bindings/arm/amlogic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documenta= tion/devicetree/bindings/arm/amlogic.yaml index a374b98080fe..1acfb184aa9e 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -190,6 +190,7 @@ properties: - hardkernel,odroid-c4 - hardkernel,odroid-hc4 - haochuangyi,h96-max + - jethome,jethub-j200 - khadas,vim3l - libretech,aml-s905d3-cc - seirobotics,sei610 --=20 2.45.2 From nobody Thu Feb 12 20:31:09 2026 Received: from mx.adeep.su (mx.adeep.su [185.250.0.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D7FDC199EA2; Fri, 7 Jun 2024 14:52:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.250.0.168 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717771948; cv=none; b=tiA2Lwi0kyLI4toqBiWJK2MxzaP/OSjQC9qO/MdXN++tW7VqN6Ft8rV4rz1ImCmibSB96tb3cOSQQXJaCBAsGQjbBPt2aX1269xeEQTaNTqLOnuTSIoj4fTHdx9yBru0gpFiVtHNbhlsFSvcY9eFOcx1FMcp1AaMJ5OlHqtVx7E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717771948; c=relaxed/simple; bh=Wv/FSavn4HVy/GmOqreepbAS8afrNXfYrnL4aujOGEI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=mj1E7okPIzaAkYdetM6j+bTLjBp8MpLXTmFcFwcw/q2wCyIrF5RSWBK5mAwaZkVKvB5d+hU1UjghPrmQyookVEuMBOefSmKER9iM7UqZaQHVUDzwFB/RzUTrq4DgphKmzgik0+9AJD0cyAG/z8ooPrTa7B+1SsIIH+XgOL/zN9c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=lexina.in; spf=pass smtp.mailfrom=lexina.in; dkim=pass (2048-bit key) header.d=lexina.in header.i=@lexina.in header.b=N8kmv8Jt; arc=none smtp.client-ip=185.250.0.168 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=lexina.in Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lexina.in Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lexina.in header.i=@lexina.in header.b="N8kmv8Jt" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id D0231105CC8; Fri, 7 Jun 2024 17:52:22 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lexina.in; s=dkim; t=1717771942; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=WoJ2u2sQQTGBjv0QfHI0WaIyW+EzyfWA149Uae4d4Ho=; b=N8kmv8JttDBGipGqRNUbHdOin47soTp2f4oOGhEcQFPy6k6ssvQ5patBOY8v5vbkLM5mYg n1hu+aB3BgnROdHHEgpQ1d2oNhmtgEiN7sAusFfevKcO27+NV8e+Nzs1K1shzn4PwZFY2F CjDghmVpeLqyqZXhphqc+N7neINerJWaApb5dI83bIQ2RzswD2byWl4jf8qqmBpMH0Xx4W bb8iLp8QjLyDWlCFqIuAkEZaOl19gaifq6XSX+Ovu6FEfUShWbQlyOMXeLx8sppxC30r2f qUZveqMiNSLDc1gaRSOtWO3yJsv+U69xn/rCVAturpVQ+T/PRKO0UFBEmIEP1w== From: Viacheslav Bocharov To: Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org Subject: [PATCH v1 2/2] arm64: dts: meson-axg: add support for JetHome JetHub D2 (j200) Date: Fri, 7 Jun 2024 17:50:04 +0300 Message-ID: <20240607145148.2246990-3-adeep@lexina.in> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240607145148.2246990-1-adeep@lexina.in> References: <20240607145148.2246990-1-adeep@lexina.in> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Content-Type: text/plain; charset="utf-8" JetHome Jethub D2 is a home automation controller with the following features: - DIN Rail Mounting - Amlogic S905X3 (ARM Cortex-A55) quad-core - micro-HDMI video out - 4GB LPDDR4 - 32GB eMMC flash - 1 x USB 2.0 - 1 x 10/100/1000Mbps ethernet - two module slots for radio/wire interface cards - 2 x gpio LEDS - 1 x 1-Wire - 1 x RS-485 - 3 x dry contact digital GPIO inputs - 2 x relay GPIO outputs - DC 9-36V power source with battery UPS on board option Signed-off-by: Viacheslav Bocharov --- arch/arm64/boot/dts/amlogic/Makefile | 1 + .../amlogic/meson-sm1-jethome-jethub-j200.dts | 614 ++++++++++++++++++ 2 files changed, 615 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-jethome-jethub-j2= 00.dts diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/aml= ogic/Makefile index 0f29517da5ec..d007b59497d4 100644 --- a/arch/arm64/boot/dts/amlogic/Makefile +++ b/arch/arm64/boot/dts/amlogic/Makefile @@ -79,6 +79,7 @@ dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-a95xf3-air.dtb dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-bananapi-m2-pro.dtb dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-bananapi-m5.dtb dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-h96-max.dtb +dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-jethome-jethub-j200.dtb dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-khadas-vim3l.dtb dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-khadas-vim3l-ts050.dtb dtb-$(CONFIG_ARCH_MESON) +=3D meson-sm1-s905d3-libretech-cc.dtb diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-jethome-jethub-j200.dts = b/arch/arm64/boot/dts/amlogic/meson-sm1-jethome-jethub-j200.dts new file mode 100644 index 000000000000..1391c921fb8f --- /dev/null +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-jethome-jethub-j200.dts @@ -0,0 +1,614 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2024 JetHome + * Author: Viacheslav Bocharov + */ + +/dts-v1/; + +#include "meson-sm1.dtsi" + +#include +#include +#include + + +/ { + + compatible =3D "jethome,jethub-j200", "amlogic,sm1"; + model =3D "JetHome JetHub D2"; + + aliases { + serial0 =3D &uart_AO; + ethernet0 =3D ðmac; + rtc0 =3D &rtc; + }; + + chosen { + stdout-path =3D "serial0:115200n8"; + }; + + memory@0 { + device_type =3D "memory"; + reg =3D <0x0 0x0 0x0 0x40000000>; + }; + + emmc_pwrseq: emmc-pwrseq { + compatible =3D "mmc-pwrseq-emmc"; + reset-gpios =3D <&gpio BOOT_12 GPIO_ACTIVE_LOW>; + }; + + tflash_vdd: regulator-tflash_vdd { + compatible =3D "regulator-fixed"; + + regulator-name =3D "TFLASH_VDD"; + regulator-min-microvolt =3D <3300000>; + regulator-max-microvolt =3D <3300000>; + + gpio =3D <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>; + enable-active-high; + regulator-always-on; + }; + + tf_io: gpio-regulator-tf_io { + compatible =3D "regulator-gpio"; + + regulator-name =3D "TF_IO"; + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <3300000>; + vin-supply =3D <&vcc_5v>; + + enable-gpios =3D <&gpio_ao GPIOE_2 GPIO_OPEN_DRAIN>; + enable-active-high; + regulator-always-on; + + gpios =3D <&gpio_ao GPIOAO_6 GPIO_OPEN_SOURCE>; + gpios-states =3D <0>; + + states =3D <3300000 0>, + <1800000 1>; + }; + + flash_1v8: regulator-flash_1v8 { + compatible =3D "regulator-fixed"; + regulator-name =3D "FLASH_1V8"; + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <1800000>; + vin-supply =3D <&vcc_3v3>; + regulator-always-on; + }; + + main_12v: regulator-main_12v { + compatible =3D "regulator-fixed"; + regulator-name =3D "12V"; + regulator-min-microvolt =3D <12000000>; + regulator-max-microvolt =3D <12000000>; + regulator-always-on; + }; + + vcc_5v: regulator-vcc_5v { + compatible =3D "regulator-fixed"; + regulator-name =3D "5V"; + regulator-min-microvolt =3D <5000000>; + regulator-max-microvolt =3D <5000000>; + regulator-always-on; + vin-supply =3D <&main_12v>; + gpio =3D <&gpio GPIOH_8 GPIO_OPEN_DRAIN>; + enable-active-high; + }; + + vcc_1v8: regulator-vcc_1v8 { + compatible =3D "regulator-fixed"; + regulator-name =3D "VCC_1V8"; + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <1800000>; + vin-supply =3D <&vcc_3v3>; + regulator-always-on; + }; + + vcc_3v3: regulator-vcc_3v3 { + compatible =3D "regulator-fixed"; + regulator-name =3D "VCC_3V3"; + regulator-min-microvolt =3D <3300000>; + regulator-max-microvolt =3D <3300000>; + vin-supply =3D <&vddao_3v3>; + regulator-always-on; + }; + + vddcpu: regulator-vddcpu { + /* + * MP8756GD Regulator. + */ + compatible =3D "pwm-regulator"; + + regulator-name =3D "VDDCPU"; + regulator-min-microvolt =3D <721000>; + regulator-max-microvolt =3D <1022000>; + + pwm-supply =3D <&main_12v>; + + pwms =3D <&pwm_AO_cd 1 1250 0>; + pwm-dutycycle-range =3D <100 0>; + + regulator-boot-on; + regulator-always-on; + }; + + usb_pwr_en: regulator-usb_pwr_en { + compatible =3D "regulator-fixed"; + regulator-name =3D "USB_PWR_EN"; + regulator-min-microvolt =3D <5000000>; + regulator-max-microvolt =3D <5000000>; + vin-supply =3D <&vcc_5v>; + + /* Connected to the microUSB port power enable */ + gpio =3D <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>; + enable-active-high; + }; + + vddao_1v8: regulator-vddao_1v8 { + compatible =3D "regulator-fixed"; + regulator-name =3D "VDDAO_1V8"; + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <1800000>; + vin-supply =3D <&vddao_3v3>; + regulator-always-on; + }; + + vddao_3v3: regulator-vddao_3v3 { + compatible =3D "regulator-fixed"; + regulator-name =3D "VDDAO_3V3"; + regulator-min-microvolt =3D <3300000>; + regulator-max-microvolt =3D <3300000>; + vin-supply =3D <&main_12v>; + regulator-always-on; + }; + + hdmi-connector { + compatible =3D "hdmi-connector"; + type =3D "a"; + + port { + hdmi_connector_in: endpoint { + remote-endpoint =3D <&hdmi_tx_tmds_out>; + }; + }; + }; + + sound { + compatible =3D "amlogic,axg-sound-card"; + audio-aux-devs =3D <&tdmout_b>; + audio-routing =3D "TDM_B Playback", "TDMOUT_B OUT"; + + assigned-clocks =3D <&clkc CLKID_MPLL2>, + <&clkc CLKID_MPLL0>, + <&clkc CLKID_MPLL1>; + assigned-clock-parents =3D <0>, <0>, <0>; + assigned-clock-rates =3D <294912000>, + <270950400>, + <393216000>; + + /* 8ch hdmi interface */ + dai-link-0 { + sound-dai =3D <&tdmif_b>; + dai-format =3D "i2s"; + dai-tdm-slot-tx-mask-0 =3D <1 1>; + dai-tdm-slot-tx-mask-1 =3D <1 1>; + dai-tdm-slot-tx-mask-2 =3D <1 1>; + dai-tdm-slot-tx-mask-3 =3D <1 1>; + mclk-fs =3D <256>; + + codec { + sound-dai =3D <&tohdmitx TOHDMITX_I2S_IN_B>; + }; + }; + + /* hdmi glue */ + dai-link-1 { + sound-dai =3D <&tohdmitx TOHDMITX_I2S_OUT>; + + codec { + sound-dai =3D <&hdmi_tx>; + }; + }; + }; + + leds { + compatible =3D "gpio-leds"; + + led-green { + color =3D ; + function =3D LED_FUNCTION_STATUS; + gpios =3D <&gpio_ao GPIOAO_11 GPIO_ACTIVE_LOW>; + linux,default-trigger =3D "heartbeat"; + panic-indicator; + }; + + led-red { + color =3D ; + function =3D LED_FUNCTION_POWER; + gpios =3D <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>; + default-state =3D "on"; + }; + + }; + + sound { + model =3D "JETHUB-D2"; + }; + + usb-hub { + dr_mode =3D "host"; + #address-cells =3D <1>; + #size-cells =3D <0>; + + /* USB 2.0 hub with reset gpio */ + hub_2_0: hub@1 { + compatible =3D "usb5e3,610"; + reg =3D <1>; + reset-gpios =3D <&gpio GPIOH_4 GPIO_ACTIVE_LOW>; + vdd-supply =3D <&vcc_5v>; + }; + }; + +}; + +&arb { + status =3D "okay"; +}; + +&cec_AO { + pinctrl-0 =3D <&cec_ao_a_h_pins>; + pinctrl-names =3D "default"; + status =3D "disabled"; + hdmi-phandle =3D <&hdmi_tx>; +}; + +&cecb_AO { + pinctrl-0 =3D <&cec_ao_b_h_pins>; + pinctrl-names =3D "default"; + status =3D "okay"; + hdmi-phandle =3D <&hdmi_tx>; +}; + +&clkc_audio { + status =3D "okay"; +}; + +&cpu0 { + cpu-supply =3D <&vddcpu>; + operating-points-v2 =3D <&cpu_opp_table>; + clocks =3D <&clkc CLKID_CPU_CLK>; + clock-latency =3D <50000>; +}; + +&cpu1 { + cpu-supply =3D <&vddcpu>; + operating-points-v2 =3D <&cpu_opp_table>; + clocks =3D <&clkc CLKID_CPU1_CLK>; + clock-latency =3D <50000>; +}; + +&cpu2 { + cpu-supply =3D <&vddcpu>; + operating-points-v2 =3D <&cpu_opp_table>; + clocks =3D <&clkc CLKID_CPU2_CLK>; + clock-latency =3D <50000>; +}; + +&cpu3 { + cpu-supply =3D <&vddcpu>; + operating-points-v2 =3D <&cpu_opp_table>; + clocks =3D <&clkc CLKID_CPU3_CLK>; + clock-latency =3D <50000>; +}; + +&ext_mdio { + external_phy: ethernet-phy@0 { + /* Realtek RTL8211F (0x001cc916) */ + reg =3D <0>; + max-speed =3D <1000>; + + reset-assert-us =3D <10000>; + reset-deassert-us =3D <80000>; + reset-gpios =3D <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>; + + interrupt-parent =3D <&gpio_intc>; + /* MAC_INTR on GPIOZ_14 */ + interrupts =3D ; + }; +}; + +ðmac { + pinctrl-0 =3D <ð_pins>, <ð_rgmii_pins>; + pinctrl-names =3D "default"; + status =3D "okay"; + phy-mode =3D "rgmii"; + phy-handle =3D <&external_phy>; + amlogic,tx-delay-ns =3D <2>; +}; + +&gpio { + gpio-line-names =3D + /* GPIOZ */ + "", "", "", "", "", "", "", "", + "", "", "", "", "", "", "", "", + /* GPIOH */ + "", "", "", "", "", + "LED_RED", /* GPIOH_5 */ + "I2C_SDA_MODULES", /* GPIOH_6 */ + "I2C_SCL_MODULES", /* GPIOH_7 */ + "", + /* BOOT */ + "", "", "", "", "", "", "", "", + "", "", "", "", "", "", "", "", + /* GPIOC */ + "", "", "", "", "", "", "", "", + /* GPIOA */ + "", "", "", "", "", "", "", "", + "", "", "", "", "", "", + "I2C_SDA_SYSBUS", /* GPIOA_14 */ + "I2C_SCL_SYSBUS", /* GPIOA_15 */ + /* GPIOX */ + "", /* GPIOX_0 */ + "", /* GPIOX_1 */ + "", /* GPIOX_2 */ + "", /* GPIOX_3 */ + "", /* GPIOX_4 */ + "", /* GPIOX_5 */ + "RS485_TX", /* GPIOX_6 */ + "RS485_RX", /* GPIOX_7 */ + "", /* GPIOX_8 */ + "", /* GPIOX_9 */ + "", /* GPIOX_10 */ + "", /* GPIOX_11 */ + "", /* GPIOX_12 */ + "", /* GPIOX_13 */ + "", /* GPIOX_14 */ + "", /* GPIOX_15 */ + "", /* GPIOX_16 */ + "I2C_SDA_LCDBUS", /* GPIOX_17 */ + "I2C_SCL_LCDBUS", /* GPIOX_18 */ + ""; /* GPIOX_19 */ +}; + +&gpio_ao { + gpio-line-names =3D + /* GPIOAO */ + "", "", "", "", + "MCU_RESET", /* GPIOAO_4 */ + "POWER_GOOD", /* GPIOAO_5 */ + "", + "MCU_BOOT", /* GPIOAO_7 */ + "MCU_UART_TX", /* GPIOAO_8 */ + "MCU_UART_RX", /* GPIOAO_9 */ + "BUTTON_USR", /* GPIOAO_10 */ + "LED_GREEN", /* GPIOAO_11 */ + /* GPIOE */ + "", "", ""; +}; + +&hdmi_tx { + status =3D "okay"; + pinctrl-0 =3D <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>; + pinctrl-names =3D "default"; + hdmi-supply =3D <&vcc_5v>; +}; + +&hdmi_tx_tmds_port { + hdmi_tx_tmds_out: endpoint { + remote-endpoint =3D <&hdmi_connector_in>; + }; +}; + +&pwm_AO_cd { + pinctrl-0 =3D <&pwm_ao_d_e_pins>; // GPIOE_1 + pinctrl-names =3D "default"; + clocks =3D <&xtal>; + clock-names =3D "clkin1"; + status =3D "okay"; +}; + +&saradc { + status =3D "okay"; +}; + +/* SD card */ +&sd_emmc_b { + status =3D "okay"; + pinctrl-0 =3D <&sdcard_c_pins>; + pinctrl-1 =3D <&sdcard_clk_gate_c_pins>; + pinctrl-names =3D "default", "clk-gate"; + + bus-width =3D <4>; + cap-sd-highspeed; + max-frequency =3D <200000000>; + sd-uhs-sdr12; + sd-uhs-sdr25; + sd-uhs-sdr50; + sd-uhs-sdr104; + disable-wp; + + cd-gpios =3D <&gpio GPIOC_6 GPIO_ACTIVE_LOW>; + vmmc-supply =3D <&tflash_vdd>; + vqmmc-supply =3D <&tf_io>; +}; + +/* eMMC */ +&sd_emmc_c { + status =3D "okay"; + pinctrl-0 =3D <&emmc_ctrl_pins>, <&emmc_data_8b_pins>, <&emmc_ds_pins>; + pinctrl-1 =3D <&emmc_clk_gate_pins>; + pinctrl-names =3D "default", "clk-gate"; + + bus-width =3D <8>; + cap-mmc-highspeed; + mmc-ddr-1_8v; + mmc-hs200-1_8v; + max-frequency =3D <200000000>; + disable-wp; + + mmc-pwrseq =3D <&emmc_pwrseq>; + vmmc-supply =3D <&vcc_3v3>; + vqmmc-supply =3D <&flash_1v8>; +}; + +&spifc { + status =3D "disabled"; + pinctrl-0 =3D <&nor_pins>; + pinctrl-names =3D "default"; + + flash@0 { + #address-cells =3D <1>; + #size-cells =3D <1>; + compatible =3D "jedec,spi-nor"; + reg =3D <0>; + spi-max-frequency =3D <104000000>; + }; +}; + +&tdmif_b { + status =3D "okay"; +}; + +&tdmout_b { + status =3D "okay"; +}; + +&tohdmitx { + status =3D "okay"; +}; + +&uart_AO { + status =3D "okay"; + pinctrl-0 =3D <&uart_ao_a_pins>; + pinctrl-names =3D "default"; +}; + +&uart_AO_B { + status =3D "okay"; + pinctrl-0 =3D <&uart_ao_b_8_9_pins>; + pinctrl-names =3D "default"; +}; + +&uart_B { + status =3D "okay"; + pinctrl-0 =3D <&uart_b_pins>; + pinctrl-names =3D "default"; +}; + + +&usb { + status =3D "okay"; + vbus-supply =3D <&usb_pwr_en>; +}; + +&usb2_phy0 { + phy-supply =3D <&vcc_5v>; +}; + + +/* I2C for modules */ +&i2c1 { + status =3D "okay"; + pinctrl-0 =3D <&i2c1_sda_h6_pins>, <&i2c1_sck_h7_pins>; + pinctrl-names =3D "default"; + + /* GPIO expander */ + u9: gpio@22 { + compatible =3D "nxp,pca9535"; + reg =3D <0x22>; + gpio-controller; + #gpio-cells =3D <2>; + + gpio-line-names =3D + "RELAY_1", "RELAY_2", + "", "", + "UXM1_RESET", "UXM1_BOOT", + "UXM2_RESET", "UXM2_BOOT", + "DIN_1", "DIN_2", "DIN_3", + "","","","",""; + }; + + /* 1-wire */ + w1: onewire@18 { + compatible =3D "maxim,ds2482"; + reg =3D <0x18>; + }; + +}; + + +/* I2C for lcd/etc */ +&i2c2 { + status =3D "okay"; + pinctrl-0 =3D <&i2c2_sda_x_pins>, <&i2c2_sck_x_pins>; + pinctrl-names =3D "default"; +}; + +/* I2C_EE_M3: I2C for CPU board */ +&i2c3 { + status =3D "okay"; + pinctrl-0 =3D <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>; + pinctrl-names =3D "default"; + + /* I2C for rtc */ + rtc: rtc@51 { + status =3D "okay"; + compatible =3D "nxp,pcf8563"; + reg =3D <0x51>; + wakeup-source; + }; + + /* FRAM on base board */ + fram: eeprom@52 { + compatible =3D "atmel,24c64"; + reg =3D <0x52>; + pagesize =3D <0x20>; + label =3D "fram"; + address-width =3D <0x10>; + vcc-supply =3D <&vddao_3v3>; + }; + + /* EEPROM on CPU board */ + eepromc: eeprom@54 { + compatible =3D "atmel,24c64"; + reg =3D <0x54>; + pagesize =3D <0x20>; + label =3D "eepromc"; + address-width =3D <0x10>; + vcc-supply =3D <&vddao_3v3>; + }; + + /* EEPROM on base board */ + eeprompd: eeprom@56 { + compatible =3D "atmel,24c64"; + reg =3D <0x56>; + pagesize =3D <0x20>; + label =3D "eeprompd"; + address-width =3D <0x10>; + vcc-supply =3D <&vddao_3v3>; + }; + + /* EEPROM on power module */ + eeprompm: eeprom@57 { + compatible =3D "atmel,24c64"; + reg =3D <0x57>; + pagesize =3D <0x20>; + label =3D "eeprompm"; + address-width =3D <0x10>; + vcc-supply =3D <&vddao_3v3>; + }; + + /* temperature sensors */ + temp1: tmp102@48 { + compatible =3D "ti,tmp102"; + reg =3D <0x48>; + }; + + temp2: tmp102@49 { + compatible =3D "ti,tmp102"; + reg =3D <0x49>; + }; + +}; --=20 2.45.2