1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 // 2 // 3 // Device Tree file for LX2160A-CEx7 3 // Device Tree file for LX2160A-CEx7 4 // 4 // 5 // Copyright 2019 SolidRun Ltd. 5 // Copyright 2019 SolidRun Ltd. 6 6 7 /dts-v1/; 7 /dts-v1/; 8 8 9 #include "fsl-lx2160a.dtsi" 9 #include "fsl-lx2160a.dtsi" 10 10 11 / { 11 / { 12 model = "SolidRun LX2160A COM Express 12 model = "SolidRun LX2160A COM Express Type 7 module"; 13 compatible = "solidrun,lx2160a-cex7", 13 compatible = "solidrun,lx2160a-cex7", "fsl,lx2160a"; 14 14 15 aliases { 15 aliases { 16 crypto = &crypto; 16 crypto = &crypto; 17 }; 17 }; 18 18 19 sb_3v3: regulator-sb3v3 { 19 sb_3v3: regulator-sb3v3 { 20 compatible = "regulator-fixed" 20 compatible = "regulator-fixed"; 21 regulator-name = "RT7290"; 21 regulator-name = "RT7290"; 22 regulator-min-microvolt = <330 22 regulator-min-microvolt = <3300000>; 23 regulator-max-microvolt = <330 23 regulator-max-microvolt = <3300000>; 24 regulator-boot-on; 24 regulator-boot-on; 25 regulator-always-on; 25 regulator-always-on; 26 }; 26 }; 27 }; 27 }; 28 28 29 &crypto { 29 &crypto { 30 status = "okay"; 30 status = "okay"; 31 }; 31 }; 32 32 33 &dpmac17 { 33 &dpmac17 { 34 phy-handle = <&rgmii_phy1>; 34 phy-handle = <&rgmii_phy1>; 35 phy-connection-type = "rgmii-id"; 35 phy-connection-type = "rgmii-id"; 36 }; 36 }; 37 37 38 &emdio1 { 38 &emdio1 { 39 status = "okay"; 39 status = "okay"; 40 40 41 rgmii_phy1: ethernet-phy@1 { 41 rgmii_phy1: ethernet-phy@1 { 42 reg = <1>; 42 reg = <1>; 43 qca,smarteee-tw-us-1g = <24>; 43 qca,smarteee-tw-us-1g = <24>; 44 }; 44 }; 45 }; 45 }; 46 46 47 &esdhc1 { 47 &esdhc1 { 48 mmc-hs200-1_8v; 48 mmc-hs200-1_8v; 49 mmc-hs400-1_8v; 49 mmc-hs400-1_8v; 50 bus-width = <8>; 50 bus-width = <8>; 51 status = "okay"; 51 status = "okay"; 52 }; 52 }; 53 53 54 &i2c0 { 54 &i2c0 { 55 status = "okay"; 55 status = "okay"; 56 56 57 i2c-mux@77 { 57 i2c-mux@77 { 58 compatible = "nxp,pca9547"; 58 compatible = "nxp,pca9547"; 59 #address-cells = <1>; 59 #address-cells = <1>; 60 #size-cells = <0>; 60 #size-cells = <0>; 61 reg = <0x77>; 61 reg = <0x77>; 62 62 63 i2c@0 { 63 i2c@0 { 64 #address-cells = <1>; 64 #address-cells = <1>; 65 #size-cells = <0>; 65 #size-cells = <0>; 66 reg = <0>; 66 reg = <0>; 67 67 68 eeprom@50 { 68 eeprom@50 { 69 compatible = " 69 compatible = "atmel,24c512"; 70 reg = <0x50>; 70 reg = <0x50>; 71 }; 71 }; 72 72 73 eeprom@51 { 73 eeprom@51 { 74 compatible = " 74 compatible = "atmel,spd"; 75 reg = <0x51>; 75 reg = <0x51>; 76 }; 76 }; 77 77 78 eeprom@53 { 78 eeprom@53 { 79 compatible = " 79 compatible = "atmel,spd"; 80 reg = <0x53>; 80 reg = <0x53>; 81 }; 81 }; 82 82 83 eeprom@57 { 83 eeprom@57 { 84 compatible = " 84 compatible = "atmel,24c02"; 85 reg = <0x57>; 85 reg = <0x57>; 86 }; 86 }; 87 }; 87 }; 88 88 89 i2c@1 { 89 i2c@1 { 90 #address-cells = <1>; 90 #address-cells = <1>; 91 #size-cells = <0>; 91 #size-cells = <0>; 92 reg = <1>; 92 reg = <1>; 93 93 94 fan-temperature-ctrlr@ 94 fan-temperature-ctrlr@18 { 95 compatible = " 95 compatible = "ti,amc6821"; 96 reg = <0x18>; 96 reg = <0x18>; 97 cooling-min-st 97 cooling-min-state = <0>; 98 cooling-max-st 98 cooling-max-state = <9>; 99 #cooling-cells 99 #cooling-cells = <2>; 100 }; 100 }; 101 }; 101 }; 102 102 103 i2c@2 { 103 i2c@2 { 104 #address-cells = <1>; 104 #address-cells = <1>; 105 #size-cells = <0>; 105 #size-cells = <0>; 106 reg = <2>; 106 reg = <2>; 107 107 108 regulator@5c { 108 regulator@5c { 109 compatible = " 109 compatible = "lltc,ltc3882"; 110 reg = <0x5c>; 110 reg = <0x5c>; 111 }; 111 }; 112 }; 112 }; 113 113 114 i2c@3 { 114 i2c@3 { 115 #address-cells = <1>; 115 #address-cells = <1>; 116 #size-cells = <0>; 116 #size-cells = <0>; 117 reg = <3>; 117 reg = <3>; 118 118 119 temperature-sensor@48 119 temperature-sensor@48 { 120 compatible = " 120 compatible = "nxp,sa56004"; 121 reg = <0x48>; 121 reg = <0x48>; 122 vcc-supply = < 122 vcc-supply = <&sb_3v3>; 123 }; 123 }; 124 }; 124 }; 125 125 126 sfp0_i2c: i2c@4 { 126 sfp0_i2c: i2c@4 { 127 #address-cells = <1>; 127 #address-cells = <1>; 128 #size-cells = <0>; 128 #size-cells = <0>; 129 reg = <4>; 129 reg = <4>; 130 }; 130 }; 131 131 132 sfp1_i2c: i2c@5 { 132 sfp1_i2c: i2c@5 { 133 #address-cells = <1>; 133 #address-cells = <1>; 134 #size-cells = <0>; 134 #size-cells = <0>; 135 reg = <5>; 135 reg = <5>; 136 }; 136 }; 137 137 138 sfp2_i2c: i2c@6 { 138 sfp2_i2c: i2c@6 { 139 #address-cells = <1>; 139 #address-cells = <1>; 140 #size-cells = <0>; 140 #size-cells = <0>; 141 reg = <6>; 141 reg = <6>; 142 }; 142 }; 143 143 144 sfp3_i2c: i2c@7 { 144 sfp3_i2c: i2c@7 { 145 #address-cells = <1>; 145 #address-cells = <1>; 146 #size-cells = <0>; 146 #size-cells = <0>; 147 reg = <7>; 147 reg = <7>; 148 }; 148 }; 149 }; 149 }; 150 }; 150 }; 151 151 152 &i2c2 { 152 &i2c2 { 153 status = "okay"; 153 status = "okay"; 154 }; 154 }; 155 155 156 &i2c4 { 156 &i2c4 { 157 status = "okay"; 157 status = "okay"; 158 158 159 rtc@51 { 159 rtc@51 { 160 compatible = "nxp,pcf2129"; 160 compatible = "nxp,pcf2129"; 161 reg = <0x51>; 161 reg = <0x51>; 162 }; 162 }; 163 }; 163 }; 164 164 165 &fspi { 165 &fspi { 166 status = "okay"; 166 status = "okay"; 167 167 168 flash@0 { 168 flash@0 { 169 #address-cells = <1>; 169 #address-cells = <1>; 170 #size-cells = <1>; 170 #size-cells = <1>; 171 compatible = "micron,m25p80"; 171 compatible = "micron,m25p80"; 172 m25p,fast-read; 172 m25p,fast-read; 173 spi-max-frequency = <50000000> 173 spi-max-frequency = <50000000>; 174 reg = <0>; 174 reg = <0>; 175 /* The following setting enabl 175 /* The following setting enables 1-1-8 (CMD-ADDR-DATA) mode */ 176 spi-rx-bus-width = <8>; 176 spi-rx-bus-width = <8>; 177 spi-tx-bus-width = <1>; 177 spi-tx-bus-width = <1>; 178 }; 178 }; 179 }; 179 }; 180 180 181 &usb0 { 181 &usb0 { 182 status = "okay"; 182 status = "okay"; 183 }; 183 }; 184 184 185 &usb1 { 185 &usb1 { 186 status = "okay"; 186 status = "okay"; 187 }; 187 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.