mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04:00
ARM: dts: nuvoton: Add PECI controller node
Add PECI controller node with all required information. Reviewed-by: Tomer Maimon <tmaimon77@gmail.com> Signed-off-by: Iwona Winiarska <iwona.winiarska@intel.com> Link: https://lore.kernel.org/r/20230727202126.1477515-4-iwona.winiarska@intel.com
This commit is contained in:
@@ -220,6 +220,15 @@ kcs3: kcs3@0 {
|
||||
};
|
||||
};
|
||||
|
||||
peci: peci-controller@f0100000 {
|
||||
compatible = "nuvoton,npcm750-peci";
|
||||
reg = <0xf0100000 0x200>;
|
||||
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk NPCM7XX_CLK_APB3>;
|
||||
cmd-timeout-ms = <1000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi0: spi@200000 {
|
||||
compatible = "nuvoton,npcm750-pspi";
|
||||
reg = <0x200000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user