ITE dts/riscv/it8xxx2.dtsi: add ecpm node for it8xxx2

Add EC clock and power management (ecpm) node for it8xxx2.

Signed-off-by: Ruibin Chang <ruibin.chang@ite.com.tw>
This commit is contained in:
Ruibin Chang 2021-05-12 19:10:48 +08:00 committed by Kumar Gala
parent 7273603707
commit 8482b9a1a8

View file

@ -626,5 +626,12 @@
label = "I2C_5";
port-num = <5>;
};
ecpm: clock-controller@f01e00 {
compatible = "ite,it8xxx2-ecpm";
reg = <0x00f01e00 0x11>;
reg-names = "ecpm";
label = "EC_PM";
};
};
};