1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2019 Hardkernel Co., Ltd 3 * Copyright (c) 2019 Hardkernel Co., Ltd 4 * Copyright (c) 2020 Theobroma Systems Design 4 * Copyright (c) 2020 Theobroma Systems Design und Consulting GmbH 5 * Copyright (c) 2022 Maya Matuszczyk <maccraft 5 * Copyright (c) 2022 Maya Matuszczyk <maccraft123mc@gmail.com> 6 */ 6 */ 7 7 8 /dts-v1/; 8 /dts-v1/; 9 #include "rk3326-anbernic-rg351m.dtsi" !! 9 #include "rk3326-odroid-go.dtsi" 10 10 11 / { 11 / { 12 model = "Anbernic RG351M"; 12 model = "Anbernic RG351M"; 13 compatible = "anbernic,rg351m", "rockc 13 compatible = "anbernic,rg351m", "rockchip,rk3326"; >> 14 >> 15 vibrator { >> 16 compatible = "pwm-vibrator"; >> 17 pwms = <&pwm0 0 1000000 0>; >> 18 pwm-names = "enable"; >> 19 }; 14 }; 20 }; 15 21 >> 22 /delete-node/ &builtin_gamepad; >> 23 /delete-node/ &vcc_host; /* conflicts with pwm vibration motor */ >> 24 16 &internal_display { 25 &internal_display { 17 compatible = "elida,kd35t133"; 26 compatible = "elida,kd35t133"; 18 iovcc-supply = <&vcc_lcd>; 27 iovcc-supply = <&vcc_lcd>; 19 rotation = <270>; << 20 vdd-supply = <&vcc_lcd>; 28 vdd-supply = <&vcc_lcd>; 21 }; 29 }; >> 30 >> 31 &pwm0 { >> 32 status = "okay"; >> 33 }; >> 34 >> 35 /delete-node/ &rk817_charger;
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.