mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
rockchip: cleanup device tree files
This commit is contained in:
parent
ae17e3b40d
commit
8d54436f94
@ -1,7 +1,7 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include <dt-bindings/input/linux-event-codes.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include "rk3399.dtsi"
|
#include "rk3399.dtsi"
|
||||||
#include "rk3399-opp.dtsi"
|
#include "rk3399-opp.dtsi"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include <dt-bindings/input/linux-event-codes.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include "rk3399.dtsi"
|
#include "rk3399.dtsi"
|
||||||
#include "rk3399-opp.dtsi"
|
#include "rk3399-opp.dtsi"
|
||||||
|
|
||||||
@ -10,10 +10,6 @@
|
|||||||
compatible = "rocktech,mpc1903", "rockchip,rk3399";
|
compatible = "rocktech,mpc1903", "rockchip,rk3399";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led-boot = &status_led;
|
|
||||||
led-failsafe = &status_led;
|
|
||||||
led-running = &status_led;
|
|
||||||
led-upgrade = &status_led;
|
|
||||||
mmc0 = &sdmmc;
|
mmc0 = &sdmmc;
|
||||||
mmc1 = &sdhci;
|
mmc1 = &sdhci;
|
||||||
};
|
};
|
||||||
@ -67,7 +63,7 @@
|
|||||||
vin-supply = <&vcc5v0_sys>;
|
vin-supply = <&vcc5v0_sys>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vcc5v0_host: vcc5v0-host-regulator {
|
vcc5v0_host: vcc5v0-host {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
gpio = <&gpio4 RK_PD1 GPIO_ACTIVE_HIGH>;
|
gpio = <&gpio4 RK_PD1 GPIO_ACTIVE_HIGH>;
|
||||||
@ -78,7 +74,18 @@
|
|||||||
vin-supply = <&vcc5v0_sys>;
|
vin-supply = <&vcc5v0_sys>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vcc_lan: vcc-phy-regulator {
|
vcc5v0_hub: vcc5v0-hub {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
enable-active-high;
|
||||||
|
gpio = <&gpio1 RK_PC4 GPIO_ACTIVE_HIGH>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&vcc5v0_hub_en>;
|
||||||
|
regulator-name = "vcc5v0_hub";
|
||||||
|
regulator-always-on;
|
||||||
|
vin-supply = <&vcc5v0_sys>;
|
||||||
|
};
|
||||||
|
|
||||||
|
vcc_lan: vcc-phy {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vcc_lan";
|
regulator-name = "vcc_lan";
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
@ -103,20 +110,12 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&status_led_pin>;
|
pinctrl-0 = <&status_led_pin>;
|
||||||
|
|
||||||
status_led: led-status-led {
|
status_led: status-led {
|
||||||
label = "status_led";
|
label = "status_led";
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
gpios = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hub_control {
|
|
||||||
compatible = "rocktech,hub-control";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&hub_pwr>;
|
|
||||||
hub-pwr-gpio = <&gpio1 RK_PC4 GPIO_ACTIVE_HIGH>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpu_l0 {
|
&cpu_l0 {
|
||||||
@ -442,7 +441,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
&i2c6 {
|
&i2c6 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
@ -500,7 +498,7 @@
|
|||||||
rockchip,pins = <1 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
|
rockchip,pins = <1 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||||
};
|
};
|
||||||
|
|
||||||
hub_pwr: hub-pwr {
|
vcc5v0_hub_en: vcc5v0-hub-en {
|
||||||
rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_up>;
|
rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = "serial2:115200n8";
|
stdout-path = "serial2:1500000n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
adc-keys {
|
adc-keys {
|
||||||
|
Loading…
Reference in New Issue
Block a user