The SPIBSC is used to memory map the QSPI device for XIP of the kernel and root file system. Signed-off-by: Chris Brandt <chris.brandt@xxxxxxxxxxx> --- arch/arm/boot/dts/r7s72100-gr-peach.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts index fe1a4aa4d7cb..df3c37b4fa31 100644 --- a/arch/arm/boot/dts/r7s72100-gr-peach.dts +++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts @@ -116,6 +116,11 @@ status = "okay"; }; +/* Used for XIP of kernel and root file system. */ +&spibsc0 { + status = "okay"; +}; + ðer { pinctrl-names = "default"; pinctrl-0 = <ðer_pins>; -- 2.23.0