mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 19:10:51 +07:00
ARM: dts: meson: add node for SPIFC
This adds a node for the SPI Flash Controller to the Amlogic Meson DTS. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Carlo Caione <carlo@endlessm.com> Acked-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c517d838eb
commit
03bb95124e
@ -150,5 +150,14 @@ ir_receiver: ir-receiver@c8100480 {
|
||||
interrupts = <0 15 1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spifc: spi@c1108c80 {
|
||||
compatible = "amlogic,meson6-spifc";
|
||||
reg = <0xc1108c80 0x80>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clocks = <&clk81>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
}; /* end of / */
|
||||
|
Loading…
Reference in New Issue
Block a user