1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2018 Linaro Ltd. 3 * Copyright (c) 2018 Linaro Ltd. 4 */ 4 */ 5 5 6 /dts-v1/; 6 /dts-v1/; 7 #include "rk3399-rock960.dtsi" 7 #include "rk3399-rock960.dtsi" 8 8 9 / { 9 / { 10 model = "96boards Rock960"; 10 model = "96boards Rock960"; 11 compatible = "vamrs,rock960", "rockchi 11 compatible = "vamrs,rock960", "rockchip,rk3399"; 12 12 13 chosen { 13 chosen { 14 stdout-path = "serial2:1500000 14 stdout-path = "serial2:1500000n8"; 15 }; 15 }; 16 16 17 leds { 17 leds { 18 compatible = "gpio-leds"; 18 compatible = "gpio-leds"; 19 pinctrl-names = "default"; 19 pinctrl-names = "default"; 20 pinctrl-0 = <&user_led1_pin>, 20 pinctrl-0 = <&user_led1_pin>, <&user_led2_pin>, 21 <&user_led3_pin>, 21 <&user_led3_pin>, <&user_led4_pin>, 22 <&wlan_led_pin>, < 22 <&wlan_led_pin>, <&bt_led_pin>; 23 23 24 user_led1: led-1 { 24 user_led1: led-1 { 25 label = "green:user1"; 25 label = "green:user1"; 26 gpios = <&gpio4 RK_PC2 26 gpios = <&gpio4 RK_PC2 0>; 27 linux,default-trigger 27 linux,default-trigger = "heartbeat"; 28 }; 28 }; 29 29 30 user_led2: led-2 { 30 user_led2: led-2 { 31 label = "green:user2"; 31 label = "green:user2"; 32 gpios = <&gpio4 RK_PC6 32 gpios = <&gpio4 RK_PC6 0>; 33 linux,default-trigger 33 linux,default-trigger = "mmc0"; 34 }; 34 }; 35 35 36 user_led3: led-3 { 36 user_led3: led-3 { 37 label = "green:user3"; 37 label = "green:user3"; 38 gpios = <&gpio4 RK_PD0 38 gpios = <&gpio4 RK_PD0 0>; 39 linux,default-trigger 39 linux,default-trigger = "mmc1"; 40 }; 40 }; 41 41 42 user_led4: led-4 { 42 user_led4: led-4 { 43 label = "green:user4"; 43 label = "green:user4"; 44 gpios = <&gpio4 RK_PD4 44 gpios = <&gpio4 RK_PD4 0>; 45 panic-indicator; 45 panic-indicator; 46 linux,default-trigger 46 linux,default-trigger = "none"; 47 }; 47 }; 48 48 49 wlan_active_led: led-5 { 49 wlan_active_led: led-5 { 50 label = "yellow:wlan"; 50 label = "yellow:wlan"; 51 gpios = <&gpio4 RK_PD5 51 gpios = <&gpio4 RK_PD5 0>; 52 linux,default-trigger 52 linux,default-trigger = "phy0tx"; 53 default-state = "off"; 53 default-state = "off"; 54 }; 54 }; 55 55 56 bt_active_led: led-6 { 56 bt_active_led: led-6 { 57 label = "blue:bt"; 57 label = "blue:bt"; 58 gpios = <&gpio4 RK_PD6 58 gpios = <&gpio4 RK_PD6 0>; 59 linux,default-trigger 59 linux,default-trigger = "hci0-power"; 60 default-state = "off"; 60 default-state = "off"; 61 }; 61 }; 62 }; 62 }; 63 63 64 }; 64 }; 65 65 66 &cpu_alert0 { << 67 temperature = <65000>; << 68 }; << 69 << 70 &cpu_thermal { << 71 sustainable-power = <1550>; << 72 << 73 cooling-maps { << 74 map0 { << 75 trip = <&cpu_alert1>; << 76 }; << 77 }; << 78 }; << 79 << 80 &pcie0 { 66 &pcie0 { 81 ep-gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_ 67 ep-gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_HIGH>; 82 }; 68 }; 83 69 84 &pinctrl { 70 &pinctrl { 85 leds { 71 leds { 86 user_led1_pin: user-led1-pin { 72 user_led1_pin: user-led1-pin { 87 rockchip,pins = 73 rockchip,pins = 88 <4 RK_PC2 RK_F 74 <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>; 89 }; 75 }; 90 76 91 user_led2_pin: user-led2-pin { 77 user_led2_pin: user-led2-pin { 92 rockchip,pins = 78 rockchip,pins = 93 <4 RK_PC6 RK_F 79 <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>; 94 }; 80 }; 95 81 96 user_led3_pin: user-led3-pin { 82 user_led3_pin: user-led3-pin { 97 rockchip,pins = 83 rockchip,pins = 98 <4 RK_PD0 RK_F 84 <4 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>; 99 }; 85 }; 100 86 101 user_led4_pin: user-led4-pin { 87 user_led4_pin: user-led4-pin { 102 rockchip,pins = 88 rockchip,pins = 103 <4 RK_PD4 RK_F 89 <4 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>; 104 }; 90 }; 105 91 106 wlan_led_pin: wlan-led-pin { 92 wlan_led_pin: wlan-led-pin { 107 rockchip,pins = 93 rockchip,pins = 108 <4 RK_PD5 RK_F 94 <4 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>; 109 }; 95 }; 110 96 111 bt_led_pin: bt-led-pin { 97 bt_led_pin: bt-led-pin { 112 rockchip,pins = 98 rockchip,pins = 113 <4 RK_PD6 RK_F 99 <4 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>; 114 }; 100 }; 115 }; 101 }; 116 102 117 pcie { 103 pcie { 118 pcie_drv: pcie-drv { 104 pcie_drv: pcie-drv { 119 rockchip,pins = 105 rockchip,pins = 120 <2 RK_PA5 RK_F 106 <2 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>; 121 }; 107 }; 122 }; 108 }; 123 109 124 usb2 { 110 usb2 { 125 host_vbus_drv: host-vbus-drv { 111 host_vbus_drv: host-vbus-drv { 126 rockchip,pins = 112 rockchip,pins = 127 <4 RK_PD1 RK_F 113 <4 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>; 128 }; 114 }; 129 }; 115 }; 130 }; 116 }; 131 117 132 &spi0 { 118 &spi0 { 133 /* On Low speed expansion (LS-SPI0) */ 119 /* On Low speed expansion (LS-SPI0) */ 134 status = "okay"; 120 status = "okay"; 135 }; 121 }; 136 122 137 &spi4 { 123 &spi4 { 138 /* On High speed expansion (HS-SPI1) * 124 /* On High speed expansion (HS-SPI1) */ 139 status = "okay"; 125 status = "okay"; >> 126 }; >> 127 >> 128 &thermal_zones { >> 129 cpu_thermal: cpu { >> 130 polling-delay-passive = <100>; >> 131 polling-delay = <1000>; >> 132 thermal-sensors = <&tsadc 0>; >> 133 sustainable-power = <1550>; >> 134 >> 135 trips { >> 136 cpu_alert0: cpu_alert0 { >> 137 temperature = <65000>; >> 138 hysteresis = <2000>; >> 139 type = "passive"; >> 140 }; >> 141 >> 142 cpu_alert1: cpu_alert1 { >> 143 temperature = <75000>; >> 144 hysteresis = <2000>; >> 145 type = "passive"; >> 146 }; >> 147 >> 148 cpu_crit: cpu_crit { >> 149 temperature = <95000>; >> 150 hysteresis = <2000>; >> 151 type = "critical"; >> 152 }; >> 153 }; >> 154 >> 155 cooling-maps { >> 156 map0 { >> 157 >> 158 trip = <&cpu_alert1>; >> 159 cooling-device = >> 160 <&cpu_b0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, >> 161 <&cpu_b1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; >> 162 }; >> 163 }; >> 164 }; 140 }; 165 }; 141 166 142 &usbdrd_dwc3_0 { 167 &usbdrd_dwc3_0 { 143 dr_mode = "otg"; 168 dr_mode = "otg"; 144 }; 169 }; 145 170 146 &usbdrd_dwc3_1 { 171 &usbdrd_dwc3_1 { 147 dr_mode = "host"; 172 dr_mode = "host"; 148 }; 173 }; 149 174 150 &vcc3v3_pcie { 175 &vcc3v3_pcie { 151 gpio = <&gpio2 5 GPIO_ACTIVE_HIGH>; 176 gpio = <&gpio2 5 GPIO_ACTIVE_HIGH>; 152 }; 177 }; 153 178 154 &vcc5v0_host { 179 &vcc5v0_host { 155 gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>; 180 gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>; 156 }; 181 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.