The device tree nodes at root in HiFive Unleashed DT is currently not sorted. Sort them alphabetically. Signed-off-by: Icenowy Zheng <icenowy@xxxxxxx> --- .../boot/dts/sifive/hifive-unleashed-a00.dts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts index ced0d4e479385..44824d7e50ac7 100644 --- a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts +++ b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts @@ -20,9 +20,9 @@ cpus { timebase-frequency = <RTCCLK_FREQ>; }; - memory@80000000 { - device_type = "memory"; - reg = <0x0 0x80000000 0x2 0x00000000>; + gpio-restart { + compatible = "gpio-restart"; + gpios = <&gpio 10 GPIO_ACTIVE_LOW>; }; hfclk: hfclk { @@ -32,16 +32,17 @@ hfclk: hfclk { clock-output-names = "hfclk"; }; + memory@80000000 { + device_type = "memory"; + reg = <0x0 0x80000000 0x2 0x00000000>; + }; + rtcclk: rtcclk { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <RTCCLK_FREQ>; clock-output-names = "rtcclk"; }; - gpio-restart { - compatible = "gpio-restart"; - gpios = <&gpio 10 GPIO_ACTIVE_LOW>; - }; }; &uart0 { -- 2.30.2