mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

Add dt bindings for the Marvell PXA1908 SoC and the Samsung Galaxy Core Prime VE LTE phone (model number SM-G361F) using the SoC. The SoC comes with 4 Cortex-A53 cores clocked up to ~1.2GHz and a Vivante GC7000UL GPU. The phone also has a 4.5" 480x800 touchscreen, 8GB eMMC and 1GB of LPDDR3 RAM. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz> Link: https://lore.kernel.org/r/20250708-pxa1908-lkml-v16-2-b4392c484180@dujemihanovic.xyz Signed-off-by: Arnd Bergmann <arnd@arndb.de>
47 lines
1.0 KiB
YAML
47 lines
1.0 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/mrvl/mrvl.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Marvell Platforms
|
|
|
|
maintainers:
|
|
- Lubomir Rintel <lkundrak@v3.sk>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- description: PXA168 Aspenite Board
|
|
items:
|
|
- enum:
|
|
- mrvl,pxa168-aspenite
|
|
- const: mrvl,pxa168
|
|
- description: PXA910 DKB Board
|
|
items:
|
|
- enum:
|
|
- mrvl,pxa910-dkb
|
|
- const: mrvl,pxa910
|
|
- description: MMP2 based boards
|
|
items:
|
|
- enum:
|
|
- mrvl,mmp2-brownstone
|
|
- olpc,xo-1.75
|
|
- const: mrvl,mmp2
|
|
- description: MMP3 based boards
|
|
items:
|
|
- enum:
|
|
- dell,wyse-ariel
|
|
- const: marvell,mmp3
|
|
- description: PXA1908 based boards
|
|
items:
|
|
- enum:
|
|
- samsung,coreprimevelte
|
|
- const: marvell,pxa1908
|
|
|
|
additionalProperties: true
|
|
|
|
...
|