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:
Artur Weber 2025-03-03 21:54:50 +01:00 committed by Florian Fainelli
parent 0af2f6be1b
commit d091c6b03c

View File

@ -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>;