[PATCH 04/16] arm: dts: Add devicetree for RDA8810PL SoC
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-11-19 19:37:34
Also in:
linux-devicetree, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-11-19 19:37:34
Also in:
linux-devicetree, lkml
On Mon, Nov 19, 2018 at 6:11 PM Manivannan Sadhasivam [off-list ref] wrote:
Add initial device tree for RDA8810PL SoC from RDA Microelectronics.
+ aliases {
+ serial0 = &uart0;
+ serial1 = &uart1;
+ serial2 = &uart2;
+ };
Better move the aliases into the board file, there might be boards
that only expose one or two of them on physical connectors,
or that count them in a different order from the SoC.
Arnd