dts: silabs: Added pinctrl nodes for Silabs devices
Added pinctrl nodes for Silabs SoCs where they were missing: efm32pg, efm32hg, efm32wg, efr32mg21. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
This commit is contained in:
parent
b375092441
commit
5adc6d5203
3 changed files with 24 additions and 0 deletions
|
@ -140,6 +140,14 @@
|
|||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
pinctrl: pin-controller {
|
||||
/* Pin controller is a "virtual" device since SiLabs SoCs do pin
|
||||
* control in a distributed way (GPIO registers and PSEL
|
||||
* registers on each peripheral).
|
||||
*/
|
||||
compatible = "silabs,gecko-pinctrl";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -185,6 +185,14 @@
|
|||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
pinctrl: pin-controller {
|
||||
/* Pin controller is a "virtual" device since SiLabs SoCs do pin
|
||||
* control in a distributed way (GPIO registers and PSEL
|
||||
* registers on each peripheral).
|
||||
*/
|
||||
compatible = "silabs,gecko-pinctrl";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -182,6 +182,14 @@
|
|||
interrupts = <44 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pinctrl: pin-controller {
|
||||
/* Pin controller is a "virtual" device since SiLabs SoCs do pin
|
||||
* control in a distributed way (GPIO registers and PSEL
|
||||
* registers on each peripheral).
|
||||
*/
|
||||
compatible = "silabs,gecko-pinctrl";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue