diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-04-02 06:16:33 +0200 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2015-09-27 23:15:43 +0200 |
commit | 4f85dd16a52de59f6676bd55db309643c89b8704 (patch) | |
tree | 7f46817835bfa79e27f33ae2bb70167fbc564794 /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | 0745c70260dbd763e93230acce92c6be43ba4a55 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index 29a62b600ae5..a428a0946be2 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -68,6 +68,17 @@ }; 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>; |