mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
arm: mvebu: turris_omnia: Add mcu node with gpio-controller
This allows U-Boot to register new Turris Omnia MCU driver. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
5e4d24ccc1
commit
8327389748
@ -173,7 +173,14 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
/* STM32F0 command interface at address 0x2a */
|
/* MCU command i2c API */
|
||||||
|
mcu: mcu@2a {
|
||||||
|
compatible = "cznic,turris-omnia-mcu";
|
||||||
|
reg = <0x2a>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <3>;
|
||||||
|
};
|
||||||
|
|
||||||
/* leds device (in STM32F0) at address 0x2b */
|
/* leds device (in STM32F0) at address 0x2b */
|
||||||
|
|
||||||
eeprom@54 {
|
eeprom@54 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user