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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3588-edgeble-neu6b-io.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/rk3588-edgeble-neu6b-io.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3588-edgeble-neu6b-io.dts (Version linux-6.7.12)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (c) 2023 Edgeble AI Technologies       3  * Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
  4  */                                                 4  */
  5                                                     5 
  6 /dts-v1/;                                           6 /dts-v1/;
  7 #include "rk3588j.dtsi"                             7 #include "rk3588j.dtsi"
  8 #include "rk3588-edgeble-neu6b.dtsi"                8 #include "rk3588-edgeble-neu6b.dtsi"
  9 #include "rk3588-edgeble-neu6a-io.dtsi"        << 
 10                                                     9 
 11 / {                                                10 / {
 12         model = "Edgeble Neu6B IO Board";          11         model = "Edgeble Neu6B IO Board";
 13         compatible = "edgeble,neural-compute-m !!  12         compatible = "edgeble,neural-compute-module-6b-io",
 14                      "edgeble,neural-compute-m     13                      "edgeble,neural-compute-module-6b", "rockchip,rk3588";
                                                   >>  14 
                                                   >>  15         aliases {
                                                   >>  16                 serial2 = &uart2;
                                                   >>  17         };
                                                   >>  18 
                                                   >>  19         chosen {
                                                   >>  20                 stdout-path = "serial2:1500000n8";
                                                   >>  21         };
                                                   >>  22 };
                                                   >>  23 
                                                   >>  24 &combphy0_ps {
                                                   >>  25         status = "okay";
                                                   >>  26 };
                                                   >>  27 
                                                   >>  28 &i2c6 {
                                                   >>  29         status = "okay";
                                                   >>  30 
                                                   >>  31         hym8563: rtc@51 {
                                                   >>  32                 compatible = "haoyu,hym8563";
                                                   >>  33                 reg = <0x51>;
                                                   >>  34                 interrupt-parent = <&gpio0>;
                                                   >>  35                 interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
                                                   >>  36                 #clock-cells = <0>;
                                                   >>  37                 clock-output-names = "hym8563";
                                                   >>  38                 pinctrl-names = "default";
                                                   >>  39                 pinctrl-0 = <&hym8563_int>;
                                                   >>  40                 wakeup-source;
                                                   >>  41         };
                                                   >>  42 };
                                                   >>  43 
                                                   >>  44 &pinctrl {
                                                   >>  45         hym8563 {
                                                   >>  46                 hym8563_int: hym8563-int {
                                                   >>  47                         rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
                                                   >>  48                 };
                                                   >>  49         };
                                                   >>  50 };
                                                   >>  51 
                                                   >>  52 /* FAN */
                                                   >>  53 &pwm2 {
                                                   >>  54         pinctrl-0 = <&pwm2m1_pins>;
                                                   >>  55         pinctrl-names = "default";
                                                   >>  56         status = "okay";
                                                   >>  57 };
                                                   >>  58 
                                                   >>  59 &sata0 {
                                                   >>  60         status = "okay";
                                                   >>  61 };
                                                   >>  62 
                                                   >>  63 &sdmmc {
                                                   >>  64         bus-width = <4>;
                                                   >>  65         cap-mmc-highspeed;
                                                   >>  66         cap-sd-highspeed;
                                                   >>  67         disable-wp;
                                                   >>  68         no-sdio;
                                                   >>  69         no-mmc;
                                                   >>  70         sd-uhs-sdr104;
                                                   >>  71         vmmc-supply = <&vcc_3v3_s3>;
                                                   >>  72         vqmmc-supply = <&vccio_sd_s0>;
                                                   >>  73         status = "okay";
                                                   >>  74 };
                                                   >>  75 
                                                   >>  76 &uart2 {
                                                   >>  77         pinctrl-0 = <&uart2m0_xfer>;
                                                   >>  78         status = "okay";
                                                   >>  79 };
                                                   >>  80 
                                                   >>  81 /* RS232 */
                                                   >>  82 &uart6 {
                                                   >>  83         pinctrl-0 = <&uart6m0_xfer>;
                                                   >>  84         pinctrl-names = "default";
                                                   >>  85         status = "okay";
                                                   >>  86 };
                                                   >>  87 
                                                   >>  88 /* RS485 */
                                                   >>  89 &uart7 {
                                                   >>  90         pinctrl-0 = <&uart7m2_xfer>;
                                                   >>  91         pinctrl-names = "default";
                                                   >>  92         status = "okay";
 15 };                                                 93 };
                                                      

~ [ 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