mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
arm64: dts: meson: a1: introduce SPI Flash Controller
This controller can be used for spinand flash connection. Signed-off-by: Martin Kurbanov <mmkurbanov@sberdevices.ru> Signed-off-by: Dmitry Rokosov <ddrokosov@sberdevices.ru> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230823213630.12936-9-ddrokosov@sberdevices.ru Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
28b2f80340
commit
8a398729c9
|
|
@ -88,6 +88,16 @@ soc {
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
spifc: spi@fd000400 {
|
||||
compatible = "amlogic,a1-spifc";
|
||||
reg = <0x0 0xfd000400 0x0 0x290>;
|
||||
clocks = <&clkc_periphs CLKID_SPIFC>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
power-domains = <&pwrc PWRC_SPIFC_ID>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
apb: bus@fe000000 {
|
||||
compatible = "simple-bus";
|
||||
reg = <0x0 0xfe000000 0x0 0x1000000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user