soc: stm32f303re: add missing i2c3 node
Added I2C3 node definition for STM32F303xE. Signed-off-by: Davi Herculano <davi.herculano@adam-audio.de>
This commit is contained in:
parent
7077d1e0a6
commit
e554d90c78
1 changed files with 16 additions and 0 deletions
|
@ -41,5 +41,21 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2c3: i2c@4007800 {
|
||||||
|
compatible = "st,stm32-i2c-v2";
|
||||||
|
clock-frequency = <I2C_BITRATE_STANDARD>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
reg = <0x40007800 0x400>;
|
||||||
|
clocks = <&rcc STM32_CLOCK(APB1, 30)>,
|
||||||
|
/* I2C clock source should always be defined,
|
||||||
|
* even for the default value
|
||||||
|
*/
|
||||||
|
<&rcc STM32_SRC_SYSCLK I2C3_SEL(1)>;
|
||||||
|
interrupts = <72 0>, <73 0>;
|
||||||
|
interrupt-names = "event", "error";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue