Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sti: add the spinor controller node within stih407-family

The STiH407 family (and further versions STiH410/STiH418) embedded
a serial flash controller allowing fast access to SPI-NOR.
This commit adds the corresponding node, relying on the st-spi-fsm
drivers.

Signed-off-by: Alain Volmat <avolmat@me.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>

authored by

Alain Volmat and committed by
Patrice Chotard
5d296faf a1b68d6b

+15
+15
arch/arm/boot/dts/stih407-family.dtsi
··· 616 616 st,lpc-mode = <ST_LPC_MODE_CLKSRC>; 617 617 }; 618 618 619 + spifsm: spifsm@9022000{ 620 + compatible = "st,spi-fsm"; 621 + reg = <0x9022000 0x1000>; 622 + reg-names = "spi-fsm"; 623 + clocks = <&clk_s_c0_flexgen CLK_FLASH_PROMIP>; 624 + clock-names = "emi_clk"; 625 + pinctrl-names = "default"; 626 + pinctrl-0 = <&pinctrl_fsm>; 627 + st,syscfg = <&syscfg_core>; 628 + st,boot-device-reg = <0x8c4>; 629 + st,boot-device-spi = <0x68>; 630 + 631 + status = "disabled"; 632 + }; 633 + 619 634 sata0: sata@9b20000 { 620 635 compatible = "st,ahci"; 621 636 reg = <0x9b20000 0x1000>;