~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3399-ficus.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/rockchip/rk3399-ficus.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3399-ficus.dts (Version linux-5.19.17)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (c) 2018 Collabora Ltd.                3  * Copyright (c) 2018 Collabora Ltd.
  4  * Copyright (c) 2018 Fuzhou Rockchip Electron      4  * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
  5  *                                                  5  *
  6  * Schematics available at https://dl.vamrs.co      6  * Schematics available at https://dl.vamrs.com/products/ficus/docs/hw
  7  */                                                 7  */
  8                                                     8 
  9 /dts-v1/;                                           9 /dts-v1/;
 10 #include "rk3399-rock960.dtsi"                     10 #include "rk3399-rock960.dtsi"
 11                                                    11 
 12 / {                                                12 / {
 13         model = "96boards RK3399 Ficus";           13         model = "96boards RK3399 Ficus";
 14         compatible = "vamrs,ficus", "rockchip,     14         compatible = "vamrs,ficus", "rockchip,rk3399";
 15                                                    15 
 16         aliases {                              << 
 17                 ethernet0 = &gmac;             << 
 18         };                                     << 
 19                                                << 
 20         chosen {                                   16         chosen {
 21                 stdout-path = "serial2:1500000     17                 stdout-path = "serial2:1500000n8";
 22         };                                         18         };
 23                                                    19 
 24         clkin_gmac: external-gmac-clock {          20         clkin_gmac: external-gmac-clock {
 25                 compatible = "fixed-clock";        21                 compatible = "fixed-clock";
 26                 clock-frequency = <125000000>;     22                 clock-frequency = <125000000>;
 27                 clock-output-names = "clkin_gm     23                 clock-output-names = "clkin_gmac";
 28                 #clock-cells = <0>;                24                 #clock-cells = <0>;
 29         };                                         25         };
 30                                                    26 
 31         leds {                                     27         leds {
 32                 compatible = "gpio-leds";          28                 compatible = "gpio-leds";
 33                 pinctrl-names = "default";         29                 pinctrl-names = "default";
 34                 pinctrl-0 = <&user_led1_pin>,      30                 pinctrl-0 = <&user_led1_pin>, <&user_led2_pin>,
 35                             <&user_led3_pin>,      31                             <&user_led3_pin>, <&user_led4_pin>,
 36                             <&wlan_led_pin>, <     32                             <&wlan_led_pin>, <&bt_led_pin>;
 37                                                    33 
 38                 user_led1: led-1 {                 34                 user_led1: led-1 {
 39                         label = "red:user1";       35                         label = "red:user1";
 40                         gpios = <&gpio4 25 0>;     36                         gpios = <&gpio4 25 0>;
 41                         linux,default-trigger      37                         linux,default-trigger = "heartbeat";
 42                 };                                 38                 };
 43                                                    39 
 44                 user_led2: led-2 {                 40                 user_led2: led-2 {
 45                         label = "red:user2";       41                         label = "red:user2";
 46                         gpios = <&gpio4 26 0>;     42                         gpios = <&gpio4 26 0>;
 47                         linux,default-trigger      43                         linux,default-trigger = "mmc0";
 48                 };                                 44                 };
 49                                                    45 
 50                 user_led3: led-3 {                 46                 user_led3: led-3 {
 51                         label = "red:user3";       47                         label = "red:user3";
 52                         gpios = <&gpio4 30 0>;     48                         gpios = <&gpio4 30 0>;
 53                         linux,default-trigger      49                         linux,default-trigger = "mmc1";
 54                 };                                 50                 };
 55                                                    51 
 56                 user_led4: led-4 {                 52                 user_led4: led-4 {
 57                         label = "red:user4";       53                         label = "red:user4";
 58                         gpios = <&gpio1 0 0>;      54                         gpios = <&gpio1 0 0>;
 59                         panic-indicator;           55                         panic-indicator;
 60                         linux,default-trigger      56                         linux,default-trigger = "none";
 61                 };                                 57                 };
 62                                                    58 
 63                 wlan_active_led: led-5 {           59                 wlan_active_led: led-5 {
 64                         label = "red:wlan";        60                         label = "red:wlan";
 65                         gpios = <&gpio1 1 0>;      61                         gpios = <&gpio1 1 0>;
 66                         linux,default-trigger      62                         linux,default-trigger = "phy0tx";
 67                         default-state = "off";     63                         default-state = "off";
 68                 };                                 64                 };
 69                                                    65 
 70                 bt_active_led: led-6 {             66                 bt_active_led: led-6 {
 71                         label = "red:bt";          67                         label = "red:bt";
 72                         gpios = <&gpio1 4 0>;      68                         gpios = <&gpio1 4 0>;
 73                         linux,default-trigger      69                         linux,default-trigger = "hci0-power";
 74                         default-state = "off";     70                         default-state = "off";
 75                 };                                 71                 };
 76         };                                         72         };
 77 };                                                 73 };
 78                                                    74 
 79 &gmac {                                            75 &gmac {
 80         assigned-clocks = <&cru SCLK_RMII_SRC>     76         assigned-clocks = <&cru SCLK_RMII_SRC>;
 81         assigned-clock-parents = <&clkin_gmac>     77         assigned-clock-parents = <&clkin_gmac>;
 82         clock_in_out = "input";                    78         clock_in_out = "input";
 83         phy-supply = <&vcc3v3_sys>;                79         phy-supply = <&vcc3v3_sys>;
 84         phy-mode = "rgmii";                        80         phy-mode = "rgmii";
 85         pinctrl-names = "default";                 81         pinctrl-names = "default";
 86         pinctrl-0 = <&rgmii_pins>;                 82         pinctrl-0 = <&rgmii_pins>;
 87         snps,reset-gpio = <&gpio3 RK_PB7 GPIO_     83         snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>;
 88         snps,reset-active-low;                     84         snps,reset-active-low;
 89         snps,reset-delays-us = <0 10000 50000>     85         snps,reset-delays-us = <0 10000 50000>;
 90         tx_delay = <0x28>;                         86         tx_delay = <0x28>;
 91         rx_delay = <0x11>;                         87         rx_delay = <0x11>;
 92         status = "okay";                           88         status = "okay";
 93 };                                                 89 };
 94                                                    90 
 95 &pcie0 {                                           91 &pcie0 {
 96         ep-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_     92         ep-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_HIGH>;
 97 };                                                 93 };
 98                                                    94 
 99 &pinctrl {                                         95 &pinctrl {
100         gmac {                                     96         gmac {
101                 rgmii_sleep_pins: rgmii-sleep-     97                 rgmii_sleep_pins: rgmii-sleep-pins {
102                         rockchip,pins =            98                         rockchip,pins =
103                                 <3 RK_PB7 RK_F     99                                 <3 RK_PB7 RK_FUNC_GPIO &pcfg_output_low>;
104                 };                                100                 };
105         };                                        101         };
106                                                   102 
107         pcie {                                    103         pcie {
108                 pcie_drv: pcie-drv {              104                 pcie_drv: pcie-drv {
109                         rockchip,pins =           105                         rockchip,pins =
110                                 <1 RK_PD0 RK_F    106                                 <1 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>;
111                         };                        107                         };
112         };                                        108         };
113                                                   109 
114         usb2 {                                    110         usb2 {
115                 host_vbus_drv: host-vbus-drv {    111                 host_vbus_drv: host-vbus-drv {
116                         rockchip,pins =           112                         rockchip,pins =
117                                 <4 RK_PD3 RK_F    113                                 <4 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
118                 };                                114                 };
119         };                                        115         };
120                                                   116 
121         leds {                                    117         leds {
122                 user_led1_pin: user-led1-pin {    118                 user_led1_pin: user-led1-pin {
123                         rockchip,pins =           119                         rockchip,pins =
124                                 <4 RK_PD1 RK_F    120                                 <4 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>;
125                 };                                121                 };
126                                                   122 
127                 user_led2_pin: user-led2-pin {    123                 user_led2_pin: user-led2-pin {
128                         rockchip,pins =           124                         rockchip,pins =
129                                 <4 RK_PD2 RK_F    125                                 <4 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>;
130                 };                                126                 };
131                                                   127 
132                 user_led3_pin: user-led3-pin {    128                 user_led3_pin: user-led3-pin {
133                         rockchip,pins =           129                         rockchip,pins =
134                                 <4 RK_PD6 RK_F    130                                 <4 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>;
135                 };                                131                 };
136                                                   132 
137                 user_led4_pin: user-led4-pin {    133                 user_led4_pin: user-led4-pin {
138                         rockchip,pins =           134                         rockchip,pins =
139                                 <1 RK_PA0 RK_F    135                                 <1 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
140                 };                                136                 };
141                                                   137 
142                 wlan_led_pin: wlan-led-pin {      138                 wlan_led_pin: wlan-led-pin {
143                         rockchip,pins =           139                         rockchip,pins =
144                                 <1 RK_PA1 RK_F    140                                 <1 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>;
145                 };                                141                 };
146                                                   142 
147                 bt_led_pin: bt-led-pin {          143                 bt_led_pin: bt-led-pin {
148                         rockchip,pins =           144                         rockchip,pins =
149                                 <1 RK_PA4 RK_F    145                                 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>;
150                 };                                146                 };
151         };                                        147         };
152 };                                                148 };
153                                                   149 
154 &spi1 {                                           150 &spi1 {
155         /* On both Low speed and High speed ex    151         /* On both Low speed and High speed expansion */
156         cs-gpios = <0>, <&gpio4 RK_PA6 0>, <&g    152         cs-gpios = <0>, <&gpio4 RK_PA6 0>, <&gpio4 RK_PA7 0>;
157         status = "okay";                          153         status = "okay";
158 };                                                154 };
159                                                   155 
160 &usbdrd_dwc3_0 {                                  156 &usbdrd_dwc3_0 {
161         dr_mode = "host";                         157         dr_mode = "host";
162 };                                                158 };
163                                                   159 
164 &usbdrd_dwc3_1 {                                  160 &usbdrd_dwc3_1 {
165         dr_mode = "host";                         161         dr_mode = "host";
166 };                                                162 };
167                                                   163 
168 &vcc3v3_pcie {                                    164 &vcc3v3_pcie {
169         gpio = <&gpio1 24 GPIO_ACTIVE_HIGH>;      165         gpio = <&gpio1 24 GPIO_ACTIVE_HIGH>;
170 };                                                166 };
171                                                   167 
172 &vcc5v0_host {                                    168 &vcc5v0_host {
173         gpio = <&gpio4 27 GPIO_ACTIVE_HIGH>;      169         gpio = <&gpio4 27 GPIO_ACTIVE_HIGH>;
174 };                                                170 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php