67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
/*
|
|
* Copyright (C) 2015 GuangZhou Tronlong co., LTD - http://www.tronlong.com
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "tl3588-evm-edp.dts"
|
|
|
|
|
|
/ {
|
|
model = "FR-B0146";
|
|
|
|
virtual_battery: virtual-battery {
|
|
compatible = "my-vendor,virtual-battery";
|
|
status = "okay";
|
|
capacity-now = <50>; // 当前电量 50%
|
|
energy-full-design-microwatt-hours = <68820000>; // 标称满充能量 20,000,000 µWh
|
|
energy-full-microwatt-hours = <68820000>; //// 满充能量 20,000,000 µWh
|
|
};
|
|
};
|
|
|
|
|
|
&sata1 {
|
|
// 引用sata1m0_pins
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&sata1m0_pins>;
|
|
status = "okay";
|
|
};
|
|
|
|
&combphy1_ps {
|
|
status = "okay";
|
|
};
|
|
|
|
/*
|
|
&hdptxphy_hdmi0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&hdmi0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&hdmi0_in_vp0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&hdmi0_in_vp1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&hdmi0_in_vp2 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&hdmi0_sound {
|
|
status = "disabled";
|
|
};
|
|
|
|
&route_hdmi0 {
|
|
status = "disabled";
|
|
connect = <&vp0_out_hdmi0>;
|
|
};
|
|
*/ |