Skip to content

Commit

Permalink
ARM: dts: lpc18xx: add pl172 memory-controller node
Browse files Browse the repository at this point in the history
All devices in the LPC18xx/43xx familiy contain a ARM PL172
MultiPort Memory Controller (MPMC).

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Joachim Eastwood authored and Olof Johansson committed Aug 5, 2015
1 parent 9cf6267 commit 5001638
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/lpc18xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@
status = "disabled";
};

emc: memory-controller@40005000 {
compatible = "arm,pl172", "arm,primecell";
reg = <0x40005000 0x1000>;
clocks = <&ccu1 CLK_CPU_EMCDIV>, <&ccu1 CLK_CPU_EMC>;
clock-names = "mpmcclk", "apb_pclk";
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0x1c000000 0x1000000
1 0 0x1d000000 0x1000000
2 0 0x1e000000 0x1000000
3 0 0x1f000000 0x1000000>;
status = "disabled";
};

lcdc: lcd-controller@40008000 {
compatible = "arm,pl111", "arm,primecell";
reg = <0x40008000 0x1000>;
Expand Down

0 comments on commit 5001638

Please sign in to comment.