From: "Benoît Monin" <benoit.monin@bootlin.com>
To: "Vladimir Kondratiev" <vladimir.kondratiev@mobileye.com>,
"Gregory CLEMENT" <gregory.clement@bootlin.com>,
"Théo Lebrun" <theo.lebrun@bootlin.com>,
"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"Linus Walleij" <linusw@kernel.org>
Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Tawfik Bayouk" <tawfik.bayouk@mobileye.com>,
linux-mips@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
linux-gpio@vger.kernel.org,
"Benoît Monin" <benoit.monin@bootlin.com>
Subject: [PATCH v4 10/13] MIPS: Add Mobileye EyeQ6Lplus SoC dtsi
Date: Mon, 16 Mar 2026 16:25:47 +0100 [thread overview]
Message-ID: <20260316-eyeq6lplus-v4-10-bf44dfc7a261@bootlin.com> (raw)
In-Reply-To: <20260316-eyeq6lplus-v4-0-bf44dfc7a261@bootlin.com>
Add the device tree include files for the EyeQ6Lplus system on chip
from Mobileye.
Those files provide the initial support of the SoC:
* The I6500 CPU and GIC interrupt controller.
* The OLB ("Other Logic Block") providing clocks, resets and pin controls.
* One UART.
* One GPIO controller.
* Two SPI controllers, one in host mode and one in target mode.
* One octoSPI flash controller.
* Two I2C controllers.
Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
---
arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi | 84 +++++++++++
arch/mips/boot/dts/mobileye/eyeq6lplus.dtsi | 170 +++++++++++++++++++++++
2 files changed, 254 insertions(+)
diff --git a/arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi b/arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi
new file mode 100644
index 000000000000..5cb0660f46c6
--- /dev/null
+++ b/arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi
@@ -0,0 +1,84 @@
+// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+
+&olb {
+ timer0_pins: timer0-pins {
+ function = "timer0";
+ pins = "PA0", "PA1";
+ };
+ timer1_pins: timer1-pins {
+ function = "timer1";
+ pins = "PA2", "PA3";
+ };
+ uart_ssi_pins: uart-ssi-pins {
+ function = "uart_ssi";
+ pins = "PA4", "PA5";
+ };
+ spi0_pins: spi0-pins {
+ function = "spi0";
+ pins = "PA6", "PA7", "PA8", "PA9";
+ };
+ uart0_pins: uart0-pins {
+ function = "uart0";
+ pins = "PA11", "PA12";
+ };
+ timer2_pins: timer2-pins {
+ function = "timer2";
+ pins = "PA13", "PA14";
+ };
+ timer3_pins: timer3-pins {
+ function = "timer3";
+ pins = "PA15", "PA16";
+ };
+ timer_ext0_pins: timer-ext0-pins {
+ function = "timer_ext0";
+ pins = "PA17", "PA18", "PA19", "PA20";
+ };
+ timer_ext0_input_a_pins: timer-ext0-input-a-pins {
+ function = "timer_ext0";
+ pins = "PA17";
+ };
+ pps0_pins: pps0-pins {
+ function = "timer_ext0";
+ pins = "PA17";
+ };
+ timer_ext0_input_b_pins: timer-ext0-input-b-pins {
+ function = "timer_ext0";
+ pins = "PA18";
+ };
+ timer_ext0_output_pins: timer-ext0-output-pins {
+ function = "timer_ext0";
+ pins = "PA19", "PA20";
+ };
+ spi1_pins: spi1-pins {
+ function = "spi1";
+ pins = "PA21", "PA22", "PA23", "PA24";
+ };
+ spi1_reduced_pins: spi1-reduced-pins {
+ function = "spi1";
+ pins = "PA21", "PA22", "PA23";
+ };
+ timer_ext1_pins: timer-ext1-pins {
+ function = "timer_ext1";
+ pins = "PA26", "PA27", "PA28", "PA29";
+ };
+ timer_ext1_input_a_pins: timer-ext1-input-a-pins {
+ function = "timer_ext1";
+ pins = "PA26";
+ };
+ timer_ext1_input_b_pins: timer-ext1-input-b-pins {
+ function = "timer_ext1";
+ pins = "PA27";
+ };
+ timer_ext1_output_pins: timer-ext1-output-pins {
+ function = "timer_ext1";
+ pins = "PA28", "PA29";
+ };
+ ext_ref_clk_pins: ext-ref-clk-pins {
+ function = "ext_ref_clk";
+ pins = "PA30";
+ };
+ mipi_ref_clk_pins: mipi-ref-clk-pins {
+ function = "mipi_ref_clk";
+ pins = "PA31";
+ };
+};
diff --git a/arch/mips/boot/dts/mobileye/eyeq6lplus.dtsi b/arch/mips/boot/dts/mobileye/eyeq6lplus.dtsi
new file mode 100644
index 000000000000..4c72da917a95
--- /dev/null
+++ b/arch/mips/boot/dts/mobileye/eyeq6lplus.dtsi
@@ -0,0 +1,170 @@
+// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+/*
+ * Copyright 2025 Mobileye Vision Technologies Ltd.
+ */
+
+#include <dt-bindings/interrupt-controller/mips-gic.h>
+
+#include <dt-bindings/clock/mobileye,eyeq6lplus-clk.h>
+
+/ {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ cpu@0 {
+ device_type = "cpu";
+ compatible = "img,i6500";
+ reg = <0>;
+ clocks = <&olb EQ6LPC_CPU_OCC>;
+ };
+ };
+
+ cpu_intc: interrupt-controller {
+ compatible = "mti,cpu-interrupt-controller";
+ interrupt-controller;
+ #address-cells = <0>;
+ #interrupt-cells = <1>;
+ };
+
+ coherency-manager {
+ compatible = "mobileye,eyeq6-cm";
+ };
+
+ xtal: clock-30000000 {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <30000000>;
+ };
+
+ soc: soc {
+ compatible = "simple-bus";
+ #address-cells = <2>;
+ #size-cells = <2>;
+ ranges;
+
+ olb: system-controller@e8400000 {
+ compatible = "mobileye,eyeq6lplus-olb", "syscon";
+ reg = <0 0xe8400000 0x0 0x80000>;
+ #reset-cells = <2>;
+ #clock-cells = <1>;
+ clocks = <&xtal>;
+ clock-names = "ref";
+ };
+
+ ospi: spi@e8800000 {
+ compatible = "mobileye,eyeq5-ospi", "cdns,qspi-nor";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <0 0xe8800000 0x0 0x100000>,
+ <0 0xb0000000 0x0 0x30000000>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 10 IRQ_TYPE_LEVEL_HIGH>;
+ cdns,fifo-depth = <128>;
+ cdns,fifo-width = <4>;
+ cdns,trigger-address = <0x00000000>;
+ clocks = <&olb EQ6LPC_PER_OSPI>;
+ status = "disabled";
+ };
+
+ spi0: spi@eac0d000 {
+ compatible = "snps,dw-apb-ssi";
+ reg = <0 0xeac0d000 0x0 0x1000>;
+ clocks = <&olb EQ6LPC_PER_SPI>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 11 IRQ_TYPE_LEVEL_HIGH>;
+ resets = <&olb 0 0>;
+ reset-names = "spi";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
+
+ spi1: spi@eac0e000 {
+ compatible = "snps,dw-apb-ssi";
+ reg = <0 0xeac0e000 0x0 0x1000>;
+ spi-slave;
+ clocks = <&olb EQ6LPC_PER_SPI>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 12 IRQ_TYPE_LEVEL_HIGH>;
+ resets = <&olb 0 1>;
+ reset-names = "spi";
+ #address-cells = <0>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
+
+ uart0: serial@eac10000 {
+ compatible = "snps,dw-apb-uart";
+ reg-shift = <2>;
+ reg-io-width = <4>;
+ clocks = <&olb EQ6LPC_PER_UART>;
+ clock-frequency = <15625000>;
+ reg = <0 0xeac10000 0x0 0x1000>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 8 IRQ_TYPE_LEVEL_HIGH>;
+ resets = <&olb 0 2>;
+ status = "disabled";
+ };
+
+ i2c0: i2c@eac11000 {
+ compatible = "mobileye,eyeq6lplus-i2c", "snps,designware-i2c";
+ reg = <0 0xeac11000 0x0 0x1000>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 6 IRQ_TYPE_LEVEL_HIGH>;
+ clock-frequency = <400000>;
+ clocks = <&olb EQ6LPC_PER_I2C_SER>;
+ resets = <&olb 0 3>;
+ i2c-sda-hold-time-ns = <50>;
+ status = "disabled";
+ };
+
+ i2c1: i2c@eac12000 {
+ compatible = "mobileye,eyeq6lplus-i2c", "snps,designware-i2c";
+ reg = <0 0xeac12000 0x0 0x1000>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 7 IRQ_TYPE_LEVEL_HIGH>;
+ clock-frequency = <400000>;
+ clocks = <&olb EQ6LPC_PER_I2C_SER>;
+ resets = <&olb 0 4>;
+ i2c-sda-hold-time-ns = <50>;
+ status = "disabled";
+ };
+
+ gpio: gpio@eac14000 {
+ compatible = "snps,dw-apb-gpio";
+ reg = <0x0 0xeac14000 0x0 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ resets = <&olb 0 13>;
+ porta: gpio-port@0 {
+ compatible = "snps,dw-apb-gpio-port";
+ gpio-controller;
+ #gpio-cells = <2>;
+ snps,nr-gpios = <32>;
+ gpio-ranges = <&olb 0 0 32>;
+ reg = <0>;
+ interrupt-controller;
+ #interrupt-cells = <2>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 13 IRQ_TYPE_LEVEL_HIGH>;
+ };
+ };
+
+ gic: interrupt-controller@f0920000 {
+ compatible = "mti,gic";
+ reg = <0x0 0xf0920000 0x0 0x20000>;
+ interrupt-controller;
+ #interrupt-cells = <3>;
+ interrupt-parent = <&cpu_intc>;
+ timer {
+ compatible = "mti,gic-timer";
+ interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
+ clocks = <&olb EQ6LPC_CPU_OCC>;
+ };
+ };
+ };
+};
+
+#include "eyeq6lplus-pins.dtsi"
--
2.53.0
next prev parent reply other threads:[~2026-03-16 15:26 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 15:25 [PATCH v4 00/13] Introducing the Mobileye EyeQ6Lplus SoC Benoît Monin
2026-03-16 15:25 ` [PATCH v4 01/13] dt-bindings: mips: Add " Benoît Monin
2026-03-16 15:25 ` [PATCH v4 02/13] dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB Benoît Monin
2026-03-23 9:03 ` Linus Walleij
2026-03-24 0:26 ` Stephen Boyd
2026-03-16 15:25 ` [PATCH v4 03/13] MIPS: Add Mobileye EyeQ6Lplus support Benoît Monin
2026-03-16 15:25 ` [PATCH v4 04/13] reset: eyeq: Add Mobileye EyeQ6Lplus OLB Benoît Monin
2026-03-16 15:25 ` [PATCH v4 05/13] pinctrl: eyeq5: Use match data Benoît Monin
2026-03-23 9:04 ` Linus Walleij
2026-03-16 15:25 ` [PATCH v4 06/13] pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLB Benoît Monin
2026-03-23 9:05 ` Linus Walleij
2026-03-24 14:04 ` Thomas Bogendoerfer
2026-03-25 12:50 ` Benoît Monin
2026-03-16 15:25 ` [PATCH v4 07/13] clk: eyeq: Skip post-divisor when computing PLL frequency Benoît Monin
2026-03-24 0:30 ` Stephen Boyd
2026-03-16 15:25 ` [PATCH v4 08/13] clk: eyeq: Adjust PLL accuracy computation Benoît Monin
2026-03-24 0:30 ` Stephen Boyd
2026-03-16 15:25 ` [PATCH v4 09/13] clk: eyeq: Add Mobileye EyeQ6Lplus OLB Benoît Monin
2026-03-24 0:30 ` Stephen Boyd
2026-03-16 15:25 ` Benoît Monin [this message]
2026-03-16 15:25 ` [PATCH v4 11/13] MIPS: Add Mobileye EyeQ6Lplus evaluation board dts Benoît Monin
2026-03-16 15:25 ` [PATCH v4 12/13] MIPS: config: add eyeq6lplus_defconfig Benoît Monin
2026-03-16 15:25 ` [PATCH v4 13/13] MAINTAINERS: Mobileye: Add EyeQ6Lplus files Benoît Monin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260316-eyeq6lplus-v4-10-bf44dfc7a261@bootlin.com \
--to=benoit.monin@bootlin.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@bootlin.com \
--cc=krzk+dt@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=tawfik.bayouk@mobileye.com \
--cc=theo.lebrun@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=tsbogend@alpha.franken.de \
--cc=vladimir.kondratiev@mobileye.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox