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:
Pali Rohár 2022-07-28 13:06:25 +02:00 committed by Stefan Roese
parent 5e4d24ccc1
commit 8327389748

View file

@ -173,7 +173,14 @@
#size-cells = <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 */
eeprom@54 {