mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
cb9b70fd2f
Synchronise device tree with linux v6.1-rc3. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
27 lines
437 B
Text
27 lines
437 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (C) 2021 Purism SPC <kernel@puri.sm>
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8mq-librem5-r3.dtsi"
|
|
|
|
/ {
|
|
model = "Purism Librem 5r4";
|
|
compatible = "purism,librem5r4", "purism,librem5", "fsl,imx8mq";
|
|
};
|
|
|
|
&bat {
|
|
maxim,rsns-microohm = <1667>;
|
|
};
|
|
|
|
&led_backlight {
|
|
led-max-microamp = <25000>;
|
|
};
|
|
|
|
&lcd_panel {
|
|
compatible = "ys,ys57pss36bh5gq";
|
|
};
|
|
|
|
&proximity {
|
|
proximity-near-level = <10>;
|
|
};
|