Re: [PATCH v3 3/3] Add socfpga devicetree for Draeger's M48 board.

From: Krzysztof Kozlowski

Date: Thu Sep 10 2026 - 05:05:13 EST


On Wed, Sep 09, 2026 at 02:15:11PM +0300, Petko Manolov wrote:
> +
> + aliases {
> + /* this allow the ethaddr uboot environmnet variable contents
> + * to be added to the gmac0 device tree blob.
> + */
> + ethernet0 = &gmac0;
> + };
> +
> + soc {
> + gpio3: gpio@ff202000 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "snps,dw-apb-gpio";
> + reg = <0xff202000 0x20>;
> + status = "okay";

Where was it disabled? Drop.

Best regards,
Krzysztof