ARM: dts: ast2600: Add ACRY to device tree
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Wed, 27 Oct 2021 06:17:31 +0000 (14:17 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:05:00 +0000 (17:05 -0500)
Add ACRY DTS node and enable it for AST2600 EVB.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
arch/arm/dts/ast2600-evb.dts
arch/arm/dts/ast2600.dtsi

index adb80a3..05362d1 100644 (file)
        u-boot,dm-pre-reloc;
        status = "okay";
 };
+
+&acry {
+       u-boot,dm-pre-reloc;
+       status = "okay";
+};
index b8fe966..31905fd 100644 (file)
                        status = "disabled";
                };
 
+               acry: acry@1e6fa000 {
+                       compatible = "aspeed,ast2600-acry";
+                       reg = <0x1e6fa000 0x1000>,
+                             <0x1e710000 0x10000>;
+                       interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&scu ASPEED_CLK_GATE_RSACLK>;
+                       status = "disabled";
+               };
+
                edac: sdram@1e6e0000 {
                        compatible = "aspeed,ast2600-sdram-edac";
                        reg = <0x1e6e0000 0x174>;