Commit a1a2990e authored by Neal Liu's avatar Neal Liu Committed by Herbert Xu
Browse files

ARM: dts: aspeed: Add HACE device controller node



Add hace node to device tree for AST2500/AST2600.

Signed-off-by: default avatarNeal Liu <neal_liu@aspeedtech.com>
Signed-off-by: default avatarJohnny Huang <johnny_huang@aspeedtech.com>
Reviewed-by: default avatarDhananjay Phadke <dphadke@linux.microsoft.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent dffc3c56
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -262,6 +262,14 @@ rng: hwrng@1e6e2078 {
				quality = <100>;
				quality = <100>;
			};
			};


			hace: crypto@1e6e3000 {
				compatible = "aspeed,ast2500-hace";
				reg = <0x1e6e3000 0x100>;
				interrupts = <4>;
				clocks = <&syscon ASPEED_CLK_GATE_YCLK>;
				resets = <&syscon ASPEED_RESET_HACE>;
			};

			gfx: display@1e6e6000 {
			gfx: display@1e6e6000 {
				compatible = "aspeed,ast2500-gfx", "syscon";
				compatible = "aspeed,ast2500-gfx", "syscon";
				reg = <0x1e6e6000 0x1000>;
				reg = <0x1e6e6000 0x1000>;
+8 −0
Original line number Original line Diff line number Diff line
@@ -323,6 +323,14 @@ apb {
			#size-cells = <1>;
			#size-cells = <1>;
			ranges;
			ranges;


			hace: crypto@1e6d0000 {
				compatible = "aspeed,ast2600-hace";
				reg = <0x1e6d0000 0x200>;
				interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&syscon ASPEED_CLK_GATE_YCLK>;
				resets = <&syscon ASPEED_RESET_HACE>;
			};

			syscon: syscon@1e6e2000 {
			syscon: syscon@1e6e2000 {
				compatible = "aspeed,ast2600-scu", "syscon", "simple-mfd";
				compatible = "aspeed,ast2600-scu", "syscon", "simple-mfd";
				reg = <0x1e6e2000 0x1000>;
				reg = <0x1e6e2000 0x1000>;