mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
ARM: dts: bcm2166x-common: Add pinctrl node
Now that the pinctrl driver supports the BCM21664, add a node for pinctrl in the DTS to allow for controlling pinmux pins. Signed-off-by: Artur Weber <aweber.kernel@gmail.com> Link: https://lore.kernel.org/r/20250303-bcm21664-pinctrl-v3-5-5f8b80e4ab51@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
0af2f6be1b
commit
d091c6b03c
|
|
@ -46,6 +46,11 @@ gpio: gpio@1003000 {
|
|||
interrupt-controller;
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@1004800 {
|
||||
compatible = "brcm,bcm21664-pinctrl";
|
||||
reg = <0x01004800 0x7f4>;
|
||||
};
|
||||
|
||||
timer@1006000 {
|
||||
compatible = "brcm,kona-timer";
|
||||
reg = <0x01006000 0x1c>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user