> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Device tree for the uDPU board. > + * Based on Marvell Armada 3720 development board (DB-88F3720-DDR3) > + * Copyright (C) 2016 Marvell > + * Copyright (C) 2018 Methode > + * Copyright (C) 2018 Telus 2019? > + * > + * Vladimir Vid <vladimir.vid@xxxxxxxxxx> > + */ > + > +/dts-v1/; > + > +#include <dt-bindings/gpio/gpio.h> > +#include "armada-372x.dtsi" > + > +/ { > + model = "Methode uDPU Board"; > + compatible = "marvell,armada-3720-db", "marvell,armada3720", > + "marvell,armada3710", "methode,udpu"; Compatible strings are sorted as most specific to most generic. So "methode,udpu" should be first. "marvell,armada-3720-db" can probably be dropped. Andrew