realtek: refactor the Netgear GS110TPP v1 device tree
authorMichael Mohr <akihana@gmail.com>
Sat, 9 Jan 2021 05:31:53 +0000 (21:31 -0800)
committerPetr Štetiar <ynezz@true.cz>
Fri, 12 Feb 2021 07:52:41 +0000 (08:52 +0100)
commit9fe90e4e5aefb1f23d2f23b1e6bcd20f3b548c09
tree661a16ce9ac2b85bcea19b9a4b08410a68478fa3
parent9877393fd135f247f58bd4dc6f1532f77f1c40c8
realtek: refactor the Netgear GS110TPP v1 device tree

Move most of the GS110TPP v1 device tree into a dtsi so that it can be
shared with the GS108T v3.  Additionally:

  * Use macros to simplify the ethernet and switch definitions
  * Zero-pad the offsets and sizes in the partition map to 8 digits each

The spi-max-frequency value has been changed from 10MHz to 50MHz based
on an analysis of the relevant datasheets.  The current driver doesn't
use this property, as the clock speed is fixed. However, it's required
for this type of DT node, so that's why it's present here.

The firmware partition has been split in half, since this is how the
stock firmware uses it.  This can be used to easily revert to a stock
firmware if one is written to the second image area.

Signed-off-by: Michael Mohr <akihana@gmail.com>
target/linux/realtek/dts/rtl8380_netgear_gigabit.dtsi [new file with mode: 0644]
target/linux/realtek/dts/rtl8380_netgear_gs110tpp-v1.dts