mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00: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
1 changed files with 8 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue