Signed-off-by: Alexandre TORGUE <alexandre.tor...@gmail.com> diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index 598362e..bb7a736 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -171,6 +171,11 @@ status = "disabled"; }; + syscfg: system-config@40013800 { + compatible = "syscon"; + reg = <0x40013800 0x400>; + }; + pin-controller { #address-cells = <1>; #size-cells = <1>; -- 1.9.1
- [PATCH 0/3] Enable Ethernet on STM32F429 EVAL board Alexandre TORGUE
- [PATCH 1/3] ARM: dts: stm32f429: Add system config b... Alexandre TORGUE
- [PATCH 3/3] ARM: dts: stm32f429: Enable Ethernet on ... Alexandre TORGUE
- [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet suppor... Alexandre TORGUE
- Re: [PATCH 2/3] ARM: dts: stm32f429: Add Etherne... Maxime Coquelin
- Re: [PATCH 2/3] ARM: dts: stm32f429: Add Eth... Alexandre Torgue