ARM: dts: ast2600: Add HACE to device tree
authorJoel Stanley <joel@jms.id.au>
Wed, 27 Oct 2021 06:17:28 +0000 (14:17 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:05:00 +0000 (17:05 -0500)
Add HACE DTS node and enable it for AST2600 EVB.

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

index 2abd313..adb80a3 100644 (file)
                          0x08 0x04
                          0x08 0x04>;
 };
+
+&hace {
+       u-boot,dm-pre-reloc;
+       status = "okay";
+};
index f121f54..b8fe966 100644 (file)
                        };
                };
 
+               hace: hace@1e6d0000 {
+                       compatible = "aspeed,ast2600-hace";
+                       reg = <0x1e6d0000 0x200>;
+                       interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&scu ASPEED_CLK_GATE_YCLK>;
+                       status = "disabled";
+               };
+
                edac: sdram@1e6e0000 {
                        compatible = "aspeed,ast2600-sdram-edac";
                        reg = <0x1e6e0000 0x174>;