Hi Wolfram, On Mon, Sep 13, 2021 at 8:53 AM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > --- a/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi > @@ -177,6 +182,34 @@ scif_clk_pins: scif_clk { > }; > }; > > +&rpc { > + pinctrl-0 = <&qspi0_pins>; > + pinctrl-names = "default"; > + > + status = "okay"; > + > + flash@0 { > + compatible = "spansion,s25fs512s", "jedec,spi-nor"; > + reg = <0>; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <4>; > + > + partitions { > + compatible = "fixed-partitions"; > + #address-cells = <1>; > + #size-cells = <1>; > + > + boot_partition@0 { > + reg = <0x00000000 0xc40000>; > + read-only; > + }; > + user@00c40000 { Warning (unit_address_format): /soc/spi@ee200000/flash@0/partitions/user@00c40000: unit name should not have leading 0s > + reg = <0x00c40000 0x33c0000>; > + }; > + }; > + }; > +}; > + > &rwdt { > timeout-sec = <60>; > status = "okay"; > -- > 2.30.2 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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