mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-29 02:59:13 +00:00

Split the RG351M into its own DTSI file. The RG351M, unlike the Odroid Go Advance, has no ADC joysticks, no GPIO buttons (except for volume on the RG351V), a PWM vibrator that interferes with an Odroid regulator, and different LEDs. Split the RG351M into a DTSI file that can then be imported into the DTS files for the RG351M and a new RG351V. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Link: https://lore.kernel.org/r/20231120230131.57705-3-macroalpha82@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2019 Hardkernel Co., Ltd
|
|
* Copyright (c) 2020 Theobroma Systems Design und Consulting GmbH
|
|
* Copyright (c) 2022 Maya Matuszczyk <maccraft123mc@gmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rk3326-anbernic-rg351m.dtsi"
|
|
|
|
/ {
|
|
model = "Anbernic RG351M";
|
|
compatible = "anbernic,rg351m", "rockchip,rk3326";
|
|
};
|
|
|
|
&internal_display {
|
|
compatible = "elida,kd35t133";
|
|
iovcc-supply = <&vcc_lcd>;
|
|
rotation = <270>;
|
|
vdd-supply = <&vcc_lcd>;
|
|
};
|