lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230412025737.20280-1-mibodhi@gmail.com>
Date:   Tue, 11 Apr 2023 19:57:34 -0700
From:   Tony Dinh <mibodhi@...il.com>
To:     Andrew Lunn <andrew@...n.ch>,
        Gregory Clement <gregory.clement@...tlin.com>,
        devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Cc:     Tony Dinh <mibodhi@...il.com>, Arnd Bergmann <arnd@...db.de>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Olof Johansson <olof@...om.net>,
        Rob Herring <robh+dt@...nel.org>,
        Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
        linux-kernel@...r.kernel.org, soc@...nel.org
Subject: [PATCH v2 0/2] Add support for Thecus N2350 board


Thecus N2350 is a NAS based on Marvell Armada 385 SoC.

Board Specification:

	- Marvel MV88F6820 Dual Core at 1GHz
	- 1 GiB DDR4 RAM
	- 4MB Macronix mx25l3205d SPI flash
	- 512MB Hynix H27U4G8F2DTR-BC NAND flash
	- I2C
	- 2x USB 3.0
	- 1x GBE LAN port (PHY: Marvell 88E1510)
	- 2x SATA (hot swap slots)
	- 3x buttons
	- 10x LEDS
	- serial console

Changes in v2:
- Add marvell,38x.yaml. For now, add this binding to the Marvell
directory to keep it consistent with other Marvell yaml files.
At a later date and a separate patch, consolidate the Marvell
yaml files into  marvell.yaml.
- Fix various DT bindings conformance (too numerous to list)
- Vendor prefix is not necessary, so remove it.

Tony Dinh (2):
  ARM: dts: mvebu: Add device tree binding for Marvell Armada 38x
  ARM: dts: mvebu: add Thecus N2350 board DTS

 .../bindings/arm/marvell/armada-38x.yaml      |  27 ++
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/armada-385-thecus-n2350.dts | 432 ++++++++++++++++++
 3 files changed, 460 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml
 create mode 100644 arch/arm/boot/dts/armada-385-thecus-n2350.dts

-- 
2.30.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ