1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright (c) 2019 Hardkernel Co., Ltd 4 * Copyright (c) 2020 Theobroma Systems Design und Consulting GmbH 5 * Copyright (c) 2022 Maya Matuszczyk <maccraft123mc@gmail.com> 6 */ 7 8 /dts-v1/; 9 #include "rk3326-anbernic-rg351m.dtsi" 10 11 / { 12 model = "Anbernic RG351M"; 13 compatible = "anbernic,rg351m", "rockchip,rk3326"; 14 }; 15 16 &internal_display { 17 compatible = "elida,kd35t133"; 18 iovcc-supply = <&vcc_lcd>; 19 rotation = <270>; 20 vdd-supply = <&vcc_lcd>; 21 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.