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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3566-orangepi-3b-v2.1.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/rk3566-orangepi-3b-v2.1.dts (Architecture i386) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3566-orangepi-3b-v2.1.dts (Architecture ppc)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2                                                     2 
  3 /dts-v1/;                                           3 /dts-v1/;
  4                                                     4 
  5 #include "rk3566-orangepi-3b.dtsi"                  5 #include "rk3566-orangepi-3b.dtsi"
  6                                                     6 
  7 / {                                                 7 / {
  8         model = "Xunlong Orange Pi 3B v2.1";        8         model = "Xunlong Orange Pi 3B v2.1";
  9         compatible = "xunlong,orangepi-3b-v2.1      9         compatible = "xunlong,orangepi-3b-v2.1", "xunlong,orangepi-3b", "rockchip,rk3566";
 10                                                    10 
 11         vccio_phy1: regulator-1v8-vccio-phy {      11         vccio_phy1: regulator-1v8-vccio-phy {
 12                 compatible = "regulator-fixed"     12                 compatible = "regulator-fixed";
 13                 regulator-name = "vccio_phy1";     13                 regulator-name = "vccio_phy1";
 14                 regulator-always-on;               14                 regulator-always-on;
 15                 regulator-boot-on;                 15                 regulator-boot-on;
 16                 regulator-max-microvolt = <180     16                 regulator-max-microvolt = <1800000>;
 17                 regulator-min-microvolt = <180     17                 regulator-min-microvolt = <1800000>;
 18         };                                         18         };
 19 };                                                 19 };
 20                                                    20 
 21 &pmu_io_domains {                                  21 &pmu_io_domains {
 22         vccio5-supply = <&vccio_phy1>;             22         vccio5-supply = <&vccio_phy1>;
 23 };                                                 23 };
 24                                                    24 
 25 &gmac1 {                                           25 &gmac1 {
 26         phy-handle = <&rgmii_phy1>;                26         phy-handle = <&rgmii_phy1>;
 27         status = "okay";                           27         status = "okay";
 28 };                                                 28 };
 29                                                    29 
 30 &mdio1 {                                           30 &mdio1 {
 31         rgmii_phy1: ethernet-phy@1 {               31         rgmii_phy1: ethernet-phy@1 {
 32                 compatible = "ethernet-phy-iee     32                 compatible = "ethernet-phy-ieee802.3-c22";
 33                 reg = <1>;                         33                 reg = <1>;
 34                 reset-assert-us = <20000>;         34                 reset-assert-us = <20000>;
 35                 reset-deassert-us = <50000>;       35                 reset-deassert-us = <50000>;
 36                 reset-gpios = <&gpio4 RK_PC4 G     36                 reset-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
 37         };                                         37         };
 38 };                                                 38 };
 39                                                    39 
 40 &sdmmc1 {                                          40 &sdmmc1 {
 41         #address-cells = <1>;                      41         #address-cells = <1>;
 42         #size-cells = <0>;                         42         #size-cells = <0>;
 43                                                    43 
 44         brcmf: wifi@1 {                            44         brcmf: wifi@1 {
 45                 compatible = "brcm,bcm43456-fm     45                 compatible = "brcm,bcm43456-fmac", "brcm,bcm4329-fmac";
 46                 reg = <1>;                         46                 reg = <1>;
 47                 interrupt-parent = <&gpio0>;       47                 interrupt-parent = <&gpio0>;
 48                 interrupts = <RK_PD6 IRQ_TYPE_     48                 interrupts = <RK_PD6 IRQ_TYPE_LEVEL_HIGH>;
 49                 interrupt-names = "host-wake";     49                 interrupt-names = "host-wake";
 50                 pinctrl-names = "default";         50                 pinctrl-names = "default";
 51                 pinctrl-0 = <&wifi_wake_host_h     51                 pinctrl-0 = <&wifi_wake_host_h>;
 52         };                                         52         };
 53 };                                                 53 };
 54                                                    54 
 55 &uart1 {                                           55 &uart1 {
 56         bluetooth {                                56         bluetooth {
 57                 compatible = "brcm,bcm4345c5";     57                 compatible = "brcm,bcm4345c5";
 58                 clocks = <&rk809 1>;               58                 clocks = <&rk809 1>;
 59                 clock-names = "lpo";               59                 clock-names = "lpo";
 60                 interrupt-parent = <&gpio2>;       60                 interrupt-parent = <&gpio2>;
 61                 interrupts = <RK_PC0 IRQ_TYPE_     61                 interrupts = <RK_PC0 IRQ_TYPE_LEVEL_HIGH>;
 62                 interrupt-names = "host-wakeup     62                 interrupt-names = "host-wakeup";
 63                 device-wakeup-gpios = <&gpio2      63                 device-wakeup-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
 64                 shutdown-gpios = <&gpio2 RK_PB     64                 shutdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
 65                 pinctrl-names = "default";         65                 pinctrl-names = "default";
 66                 pinctrl-0 = <&bt_reg_on_h &bt_     66                 pinctrl-0 = <&bt_reg_on_h &bt_wake_host_h &host_wake_bt_h>;
 67                 vbat-supply = <&vcc_3v3>;          67                 vbat-supply = <&vcc_3v3>;
 68                 vddio-supply = <&vcc_1v8>;         68                 vddio-supply = <&vcc_1v8>;
 69         };                                         69         };
 70 };                                                 70 };
                                                      

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