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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/marvell/dove-cubox.dts

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ 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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 /dts-v1/;
  3 
  4 #include "dove.dtsi"
  5 
  6 / {
  7         model = "SolidRun CuBox";
  8         compatible = "solidrun,cubox", "marvell,dove";
  9 
 10         memory {
 11                 device_type = "memory";
 12                 reg = <0x00000000 0x40000000>;
 13         };
 14 
 15         chosen {
 16                 bootargs = "console=ttyS0,115200n8 earlyprintk";
 17         };
 18 
 19         leds {
 20                 compatible = "gpio-leds";
 21                 pinctrl-0 = <&pmx_gpio_18>;
 22                 pinctrl-names = "default";
 23 
 24                 led-power {
 25                         label = "Power";
 26                         gpios = <&gpio0 18 1>;
 27                         default-state = "keep";
 28                 };
 29         };
 30 
 31         usb_power: regulator-1 {
 32                 compatible = "regulator-fixed";
 33                 regulator-name = "USB Power";
 34                 regulator-min-microvolt = <5000000>;
 35                 regulator-max-microvolt = <5000000>;
 36                 enable-active-high;
 37                 regulator-always-on;
 38                 regulator-boot-on;
 39                 gpio = <&gpio0 1 0>;
 40                 pinctrl-0 = <&pmx_gpio_1>;
 41                 pinctrl-names = "default";
 42         };
 43 
 44         clocks {
 45                 /* 25MHz reference crystal */
 46                 ref25: oscillator {
 47                         compatible = "fixed-clock";
 48                         #clock-cells = <0>;
 49                         clock-frequency = <25000000>;
 50                 };
 51         };
 52 
 53         ir_recv: ir-receiver {
 54                 compatible = "gpio-ir-receiver";
 55                 gpios = <&gpio0 19 1>;
 56                 pinctrl-0 = <&pmx_gpio_19>;
 57                 pinctrl-names = "default";
 58         };
 59 
 60         gpu-subsystem {
 61                 status = "okay";
 62         };
 63 };
 64 
 65 &uart0 { status = "okay"; };
 66 &sata0 { status = "okay"; };
 67 &mdio { status = "okay"; };
 68 &eth {
 69         status = "okay";
 70         ethernet-port@0 {
 71                 phy-handle = <&ethphy>;
 72         };
 73 };
 74 
 75 &mdio {
 76         ethphy: ethernet-phy@1 {
 77                 compatible = "marvell,88e1310";
 78                 reg = <1>;
 79         };
 80 };
 81 
 82 &gpu {
 83         status = "okay";
 84 };
 85 
 86 &i2c0 {
 87         status = "okay";
 88         clock-frequency = <100000>;
 89 
 90         si5351: clock-generator@60 {
 91                 compatible = "silabs,si5351a-msop";
 92                 reg = <0x60>;
 93                 #address-cells = <1>;
 94                 #size-cells = <0>;
 95                 #clock-cells = <1>;
 96 
 97                 /* connect xtal input to 25MHz reference */
 98                 clocks = <&ref25>;
 99                 clock-names = "xtal";
100 
101                 /* connect xtal input as source of pll0 and pll1 */
102                 silabs,pll-source = <0 0>, <1 0>;
103 
104                 clkout@0 {
105                         reg = <0>;
106                         silabs,drive-strength = <8>;
107                         silabs,multisynth-source = <0>;
108                         silabs,clock-source = <0>;
109                         silabs,pll-master;
110                 };
111 
112                 clkout@2 {
113                         reg = <2>;
114                         silabs,drive-strength = <8>;
115                         silabs,multisynth-source = <1>;
116                         silabs,clock-source = <0>;
117                         silabs,pll-master;
118                 };
119         };
120 };
121 
122 &sdio0 {
123         status = "okay";
124 };
125 
126 &spi0 {
127         status = "okay";
128 
129         /* spi0.0: 4M Flash Winbond W25Q32BV */
130         flash@0 {
131                 compatible = "st,w25q32";
132                 spi-max-frequency = <20000000>;
133                 reg = <0>;
134         };
135 };
136 
137 &audio1 {
138         status = "okay";
139         clocks = <&gate_clk 13>, <&si5351 2>;
140         clock-names = "internal", "extclk";
141         pinctrl-0 = <&pmx_audio1_i2s1_spdifo &pmx_audio1_extclk>;
142         pinctrl-names = "default";
143 };

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