Skip to content

Commit

Permalink
ARM: dts: meson8: add the NAND controller
Browse files Browse the repository at this point in the history
This adds the NAND flash controller found in the Meson8 SoCs.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
  • Loading branch information
xdarklight committed Sep 26, 2018
1 parent daaa59d commit 581ae78
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions arch/arm/boot/dts/meson8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,25 @@
no-map;
};
};

apb: apb@d0040000 {
compatible = "simple-bus";
reg = <0xd0040000 0x200000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0xd0040000 0x200000>;

nand: nandc@8600 {
compatible = "amlogic,meson8-nfc", "amlogic,meson-nand";
reg = <0x8600 0x24>;
interrupts = <GIC_SPI 34 IRQ_TYPE_EDGE_RISING>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clkc CLKID_NAND>, <&clkc CLKID_NAND_CLK>;
clock-names = "mod_gate", "clk_nand";
status = "disabled";
};
};
}; /* end of / */

&aobus {
Expand Down

0 comments on commit 581ae78

Please sign in to comment.