linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add initial support for MikroTik RB3011
@ 2020-05-18 18:09 Jonathan McDowell
  2020-05-18 18:09 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add MikroTik Jonathan McDowell
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jonathan McDowell @ 2020-05-18 18:09 UTC (permalink / raw)
  To: linux-arm-msm, devicetree, linux-kernel

This patches do some prep (device tree vendor addition, missing ethernet
definitions for IPQ8064 dts) and then add an initial device tree for the
MikroTik RB3011 1U router, which is an IPQ8064 device with 1G RAM. They
are sufficient to boot with an initrd, the serial console and the first
5 switch ports fully functional (the second bank of 5 require some extra
patches to the QCA8K driver which will follow later). The bootloader NOR
is also supported, but the 128MB NAND is not yet enabled.

Jonathan McDowell (3):
  dt-bindings: vendor-prefixes: Add MikroTik
  ARM: dts: qcom: add ethernet definitions to ipq8064
  ARM: dts: qcom: Add MikroTik RB3011

 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/qcom-ipq8064-rb3011.dts     | 308 ++++++++++++++++++
 arch/arm/boot/dts/qcom-ipq8064.dtsi           | 108 ++++++
 4 files changed, 419 insertions(+)
 create mode 100644 arch/arm/boot/dts/qcom-ipq8064-rb3011.dts

-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-29  3:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 18:09 [PATCH 0/3] Add initial support for MikroTik RB3011 Jonathan McDowell
2020-05-18 18:09 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add MikroTik Jonathan McDowell
2020-05-28 20:55   ` Rob Herring
2020-05-18 18:09 ` [PATCH 2/3] ARM: dts: qcom: add ethernet definitions to ipq8064 Jonathan McDowell
2020-05-18 18:10 ` [PATCH 3/3] ARM: dts: qcom: Add MikroTik RB3011 Jonathan McDowell
2020-05-29  3:20   ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).