forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
H6xk boards: toggle to mainline kernel instead of vendor (armbian#7559)
- Loading branch information
1 parent
fb63c78
commit 707b15f
Showing
5 changed files
with
246 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
228 changes: 228 additions & 0 deletions
228
patch/kernel/archive/rockchip64-6.12/dt/rk3568-hinlink-hnas.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,228 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
// Copyright (c) 2022 AmadeusGhost <amadeus@jmu.edu.cn> | ||
// Copyright (c) 2022 Flippy <flippy@sina.com> | ||
// Copyright (c) 2023 amazingfate <liujianfeng1994@gmail.com> | ||
|
||
/dts-v1/; | ||
|
||
#include "rk3568-hinlink-h68k.dts" | ||
|
||
/ { | ||
model = "HINLINK HNAS"; | ||
compatible = "hinlink,hnas", "rockchip,rk3568"; | ||
|
||
fan0: pwm-fan { | ||
compatible = "pwm-fan"; | ||
#cooling-cells = <2>; | ||
cooling-levels = <8 39 70 100 131 162 193 224 255>; | ||
pwms = <&pwm0 0 10000 0>; | ||
}; | ||
|
||
hdd_leds { | ||
led_hdd1: led-hdd1 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&led_hdd1_pin>; | ||
label = "led:hdd1"; | ||
gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
led_hdd2: led-hdd2 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&led_hdd2_pin>; | ||
label = "led:hdd2"; | ||
gpios = <&gpio3 RK_PB5 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
led_hdd3: led-hdd3 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&led_hdd3_pin>; | ||
label = "led:hdd3"; | ||
gpios = <&gpio3 RK_PB2 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
led_hdd4: led-hdd4 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&led_hdd4_pin>; | ||
label = "led:hdd4"; | ||
gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>; | ||
}; | ||
}; | ||
|
||
sata_pm_power: sata-pm-power { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "sata_pm_power"; | ||
regulator-enable-ramp-delay = <1000000>; | ||
regulator-always-on; | ||
regulator-boot-on; | ||
|
||
enable-active-high; | ||
gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>; | ||
|
||
pinctrl-names = "default"; | ||
pinctrl-0 = <&sata_pm_power_en>; | ||
vin-supply = <&vcc3v3_sys>; | ||
}; | ||
|
||
sata_pm_reset: sata-pm-reset { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "sata_pm_reset"; | ||
regulator-enable-ramp-delay = <1000000>; | ||
regulator-always-on; | ||
regulator-boot-on; | ||
|
||
enable-active-high; | ||
gpio = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>; | ||
|
||
pinctrl-names = "default"; | ||
pinctrl-0 = <&sata_pm_reset_en>; | ||
vin-supply = <&vcc3v3_sys>; | ||
}; | ||
|
||
sata_hdd_power: sata-hdd-power { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "sata_hdd_power"; | ||
regulator-enable-ramp-delay = <1000000>; | ||
regulator-always-on; | ||
regulator-boot-on; | ||
|
||
enable-active-high; | ||
gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>; | ||
|
||
pinctrl-names = "default"; | ||
pinctrl-0 = <&sata_hdd_power_en>; | ||
vin-supply = <&vcc5v0_sys>; | ||
}; | ||
}; | ||
|
||
&gmac0 { | ||
status = "disabled"; | ||
}; | ||
|
||
&gmac1 { | ||
status = "disabled"; | ||
}; | ||
|
||
&pinctrl { | ||
hdd-leds { | ||
led_hdd1_pin: led-hdd1-pin { | ||
rockchip,pins = <3 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>; | ||
}; | ||
|
||
led_hdd2_pin: led-hdd2-pin { | ||
rockchip,pins = <3 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>; | ||
}; | ||
|
||
led_hdd3_pin: led-hdd3-pin { | ||
rockchip,pins = <3 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>; | ||
}; | ||
|
||
led_hdd4_pin: led-hdd4-pin { | ||
rockchip,pins = <3 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>; | ||
}; | ||
}; | ||
|
||
sata-pm { | ||
sata_pm_power_en: sata-pm-power-en { | ||
rockchip,pins = <4 RK_PB0 RK_FUNC_GPIO &pcfg_pull_down>; | ||
}; | ||
|
||
sata_pm_reset_en: sata-pm-reset-en { | ||
rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_down>; | ||
}; | ||
|
||
sata_hdd_power_en: sata-hdd-power-en { | ||
rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_down>; | ||
}; | ||
}; | ||
}; | ||
|
||
&pwm0 { | ||
status = "okay"; | ||
}; | ||
|
||
&cpu_thermal { | ||
trips { | ||
trip0: trip-point@0 { | ||
temperature = <45000>; | ||
hysteresis = <5000>; | ||
type = "active"; | ||
}; | ||
trip1: trip-point@1 { | ||
temperature = <50000>; | ||
hysteresis = <5000>; | ||
type = "active"; | ||
}; | ||
trip2: trip-point@2 { | ||
temperature = <55000>; | ||
hysteresis = <5000>; | ||
type = "active"; | ||
}; | ||
trip3: trip-point@3 { | ||
temperature = <60000>; | ||
hysteresis = <5000>; | ||
type = "active"; | ||
}; | ||
trip4: trip-point@4 { | ||
temperature = <65000>; | ||
hysteresis = <5000>; | ||
type = "active"; | ||
}; | ||
trip5: trip-point@5 { | ||
temperature = <70000>; | ||
hysteresis = <5000>; | ||
type = "active"; | ||
}; | ||
trip6: trip-point@6 { | ||
temperature = <75000>; | ||
hysteresis = <5000>; | ||
type = "active"; | ||
}; | ||
trip7: trip-point@7 { | ||
temperature = <80000>; | ||
hysteresis = <1000>; | ||
type = "active"; | ||
}; | ||
}; | ||
cooling-maps { | ||
map0 { | ||
trip = <&trip0>; | ||
cooling-device = <&fan0 0 1>; | ||
contribution = <1024>; | ||
}; | ||
map1 { | ||
trip = <&trip1>; | ||
cooling-device = <&fan0 1 2>; | ||
contribution = <1024>; | ||
}; | ||
map2 { | ||
trip = <&trip2>; | ||
cooling-device = <&fan0 2 3>; | ||
contribution = <1024>; | ||
}; | ||
map3 { | ||
trip = <&trip3>; | ||
cooling-device = <&fan0 3 4>; | ||
contribution = <1024>; | ||
}; | ||
map4 { | ||
trip = <&trip4>; | ||
cooling-device = <&fan0 4 5>; | ||
contribution = <1024>; | ||
}; | ||
map5 { | ||
trip = <&trip5>; | ||
cooling-device = <&fan0 5 6>; | ||
contribution = <1024>; | ||
}; | ||
map6 { | ||
trip = <&trip6>; | ||
cooling-device = <&fan0 6 7>; | ||
contribution = <1024>; | ||
}; | ||
map7 { | ||
trip = <&trip7>; | ||
cooling-device = <&fan0 7 8>; | ||
contribution = <1024>; | ||
}; | ||
}; | ||
}; |