1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 // Copyright (C) 2021 Purism SPC <kernel@puri.sm> 3 4 /dts-v1/; 5 6 #include "imx8mq-librem5-r3.dtsi" 7 8 / { 9 model = "Purism Librem 5r4"; 10 compatible = "purism,librem5r4", "purism,librem5", "fsl,imx8mq"; 11 }; 12 13 &bat { 14 maxim,rsns-microohm = <1667>; 15 }; 16 17 &led_backlight { 18 led-max-microamp = <25000>; 19 }; 20 21 &lcd_panel { 22 compatible = "ys,ys57pss36bh5gq"; 23 }; 24 25 &proximity { 26 proximity-near-level = <7>; 27 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.