[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMuHMdXAS6pnNcT=A7i9La22tbDXYf7EKqbJzHuK2ze2gf6cgg@mail.gmail.com>
Date: Thu, 6 Feb 2025 12:16:16 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Julien Massot <julien.massot@...labora.com>
Cc: Magnus Damm <magnus.damm@...il.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>, kernel@...labora.com,
linux-renesas-soc@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 2/2] arm64: renesas: add initial support for MYIR Remi Pi
Hi Julien,
On Fri, 31 Jan 2025 at 10:58, Julien Massot <julien.massot@...labora.com> wrote:
> Add basic support for the MYIR Remi Pi (based on r9a07g044l2):
> - UART
> - i2c
> - emmc
> - USB host
> - HDMI output
> - Ethernet
>
> Signed-off-by: Julien Massot <julien.massot@...labora.com>
Thanks for the update!
> --- /dev/null
> +++ b/arch/arm64/boot/dts/renesas/r9a07g044l2-remi-pi.dts
> @@ -0,0 +1,351 @@
> +/ {
> + model = "MYIR Tech Limited Remi Pi MYB-YG2LX-REMI";
> + compatible = "myir,remi-pi", "renesas,r9a07g044l2", "renesas,r9a07g044";
> +
> + aliases {
> + ethernet0 = ð0;
> + ethernet1 = ð1;
> +
> + i2c0 = &i2c0;
> + i2c1 = &i2c1;
> + i2c2 = &i2c2;
> + i2c3 = &i2c3;
> +
> + mmc0 = &sdhi0;
> +
> + serial0 = &scif0;
> + serial3 = &scif3;
Wasn't the plan to drop scif3, so it can be used by an RTOS running
on the Cortex-A33 core?
> + serial4 = &scif4;
> + };
> +
> + chosen {
> + stdout-path = "serial0:115200n8";
> + };
> +
> + memory@...00000 {
> + device_type = "memory";
> + /* first 128MB is reserved for secure area. */
> + reg = <0x0 0x48000000 0x0 0x38000000>;
> + };
> +
> + reg_5p0v: regulator-5p0v {
> + reg_3p3v: regulator-3p3v {
> + reg_1p8v: regulator-1p8v {
> + reg_1p1v: regulator-vdd-core {
> + hdmi-out {
More sorting work to do...
> +};
> + sdhi0_pins: sd0 {
> + sd0_data {
> + pins = "SD0_DATA0", "SD0_DATA1", "SD0_DATA2", "SD0_DATA3",
> + "SD0_DATA4", "SD0_DATA5", "SD0_DATA6", "SD0_DATA7";
> + power-source = <1800>;
> + };
> +
> + sd0_ctrl {
Here, too. Plus the underscores reported by Krzysztof.
> + pins = "SD0_CLK", "SD0_CMD";
> + power-source = <1800>;
> + };
> +
> + sd0_rst {
> + pins = "SD0_RST#";
> + power-source = <1800>;
> + };
> + };
I fixed the style issues locally, so if you can confirm or deny the removal
of scif3, I can fix that while applying.
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Powered by blists - more mailing lists