mirror of https://gitee.com/openkylin/linux.git
ARM: dts: lpc18xx: add spifi node
Add the NXP LPC1773 SPIFI (SPI Flash Interface) flash controller node to the dtsi for all lpc18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
This commit is contained in:
parent
0745c70260
commit
4f85dd16a5
|
@ -68,6 +68,17 @@ gp_clkin: gp_clkin {
|
|||
};
|
||||
|
||||
soc {
|
||||
spifi: flash-controller@40003000 {
|
||||
compatible = "nxp,lpc1773-spifi";
|
||||
reg = <0x40003000 0x1000>, <0x14000000 0x4000000>;
|
||||
reg-names = "spifi", "flash";
|
||||
interrupts = <30>;
|
||||
clocks = <&ccu1 CLK_SPIFI>, <&ccu1 CLK_CPU_SPIFI>;
|
||||
clock-names = "spifi", "reg";
|
||||
resets = <&rgu 53>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mmcsd: mmcsd@40004000 {
|
||||
compatible = "snps,dw-mshc";
|
||||
reg = <0x40004000 0x1000>;
|
||||
|
|
Loading…
Reference in New Issue