m68k: add basic set of devicetrees
authorAngelo Dureghello <angelo@sysam.it>
Wed, 13 Mar 2019 20:46:41 +0000 (21:46 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 24 May 2019 03:14:38 +0000 (23:14 -0400)
commitb5867b1a7a4c45c6a5a6a97f866dd180631ebf2b
tree4949699a268aad5c2b143bf296d47084c0354e08
parent40920bdecc4e1b7096de6f546d7b5c2185554ba6
m68k: add basic set of devicetrees

This patch adds a basic group of devicetrees, one for each
cpu family, including actually just uart and dspi devices,
since these are the drivers supporting devicetree (support
added in this patch-set).

Acked-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
18 files changed:
arch/m68k/dts/mcf5208.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5227x.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf523x.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5249.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5253.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5271.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5272.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5275.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5282.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5301x.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5307.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5329.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf537x.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5441x.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf5445x.dtsi [new file with mode: 0644]
arch/m68k/dts/mcf54xx.dtsi [new file with mode: 0644]
doc/device-tree-bindings/serial/mcf-uart.txt [new file with mode: 0644]
doc/device-tree-bindings/spi/spi-mcf-dspi.txt [new file with mode: 0644]