Commit efcf8963 authored by Linus Walleij's avatar Linus Walleij

ARM: pb1176: add AACI to the device tree

The device tree was missing the definition of the AACI
Advanced Audio Codec Interface, so add it. Tested on the hardware
and it works.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2d76ab2b
...@@ -373,6 +373,15 @@ fpga { ...@@ -373,6 +373,15 @@ fpga {
compatible = "simple-bus"; compatible = "simple-bus";
ranges; ranges;
fpga_aaci: aaci@10004000 {
compatible = "arm,pl041", "arm,primecell";
reg = <0x10004000 0x1000>;
interrupt-parent = <&intc_fpga1176>;
interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&pclk>;
clock-names = "apb_pclk";
};
fpga_mci: mmcsd@10005000 { fpga_mci: mmcsd@10005000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x10005000 0x1000>; reg = <0x10005000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment