board: elkhart_lake: Add smbus to the board's DTS
Add PCH SMBus to Elkhart Lake device tree. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
fe9dfcfcd1
commit
f2b6fb9cd2
|
@ -189,6 +189,17 @@
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
smbus0: smbus@fc00 {
|
||||
compatible = "intel,pch-smbus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <PCIE_BDF(0,0x1f,4) PCIE_ID(0x8086,0x4b23)>;
|
||||
interrupts = <16 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
|
||||
interrupt-parent = <&intc>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
i2c0: i2c0 {
|
||||
compatible = "snps,designware-i2c";
|
||||
clock-frequency = <I2C_BITRATE_STANDARD>;
|
||||
|
|
Loading…
Reference in a new issue