Skip to content

Commit ac2743a

Browse files
iklimaszgregkh
authored andcommitted
ARM: dts: aspeed: Add PECI controller nodes
Add PECI controller nodes with all required information. Co-developed-by: Jae Hyun Yoo <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Acked-by: Joel Stanley <[email protected]> Signed-off-by: Jae Hyun Yoo <[email protected]> Signed-off-by: Iwona Winiarska <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0af618d commit ac2743a

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

arch/arm/boot/dts/aspeed-g4.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,17 @@
392392
};
393393
};
394394

395+
peci0: peci-controller@1e78b000 {
396+
compatible = "aspeed,ast2400-peci";
397+
reg = <0x1e78b000 0x60>;
398+
interrupts = <15>;
399+
clocks = <&syscon ASPEED_CLK_GATE_REFCLK>;
400+
resets = <&syscon ASPEED_RESET_PECI>;
401+
cmd-timeout-ms = <1000>;
402+
clock-frequency = <1000000>;
403+
status = "disabled";
404+
};
405+
395406
uart2: serial@1e78d000 {
396407
compatible = "ns16550a";
397408
reg = <0x1e78d000 0x20>;

arch/arm/boot/dts/aspeed-g5.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,17 @@
516516
};
517517
};
518518

519+
peci0: peci-controller@1e78b000 {
520+
compatible = "aspeed,ast2500-peci";
521+
reg = <0x1e78b000 0x60>;
522+
interrupts = <15>;
523+
clocks = <&syscon ASPEED_CLK_GATE_REFCLK>;
524+
resets = <&syscon ASPEED_RESET_PECI>;
525+
cmd-timeout-ms = <1000>;
526+
clock-frequency = <1000000>;
527+
status = "disabled";
528+
};
529+
519530
uart2: serial@1e78d000 {
520531
compatible = "ns16550a";
521532
reg = <0x1e78d000 0x20>;

arch/arm/boot/dts/aspeed-g6.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,17 @@
512512
status = "disabled";
513513
};
514514

515+
peci0: peci-controller@1e78b000 {
516+
compatible = "aspeed,ast2600-peci";
517+
reg = <0x1e78b000 0x100>;
518+
interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
519+
clocks = <&syscon ASPEED_CLK_GATE_REF0CLK>;
520+
resets = <&syscon ASPEED_RESET_PECI>;
521+
cmd-timeout-ms = <1000>;
522+
clock-frequency = <1000000>;
523+
status = "disabled";
524+
};
525+
515526
lpc: lpc@1e789000 {
516527
compatible = "aspeed,ast2600-lpc-v2", "simple-mfd", "syscon";
517528
reg = <0x1e789000 0x1000>;

0 commit comments

Comments
 (0)