Home
last modified time | relevance | path

Searched full:xu3 (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/board/samsung/common/
H A Dexynos5-dt-types.c27 * Odroix XU3/XU4/HC1/HC2 board revisions (from HC1+_HC2_MAIN_REV0.1_20171017.pdf):
29 * 0.1 0 XU3 0.1
30 * 0.2 372 XU3 0.2 | XU3L - no DISPLAYPORT (probe I2C0:0x40 / INA231)
40 { EXYNOS5_BOARD_ODROID_XU3_REV01, 1, 10, "xu3" },
41 { EXYNOS5_BOARD_ODROID_XU3_REV02, 2, 375, "xu3" },
117 * Board types: "xu3", "xu3-lite", "xu4". However the "xu3lite" can be
119 * XU3 and XU3L are compatible, and the information about board lite
125 const char *type_xu3l = "xu3-lite"; in odroid_get_type_str()
204 * @return: return board revision number for XU3 or 0 for generic
217 * @return: return board type string for XU3 or empty string for generic
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dsamsung,odroid.yaml7 title: Samsung Exynos Odroid XU3/XU4 audio complex with MAX98090 codec
19 - const: hardkernel,odroid-xu3-audio
24 - const: samsung,odroid-xu3-audio
62 For Odroid U3, XU3: "Headphone Jack", "Speakers"
82 compatible = "hardkernel,odroid-xu3-audio";
83 model = "Odroid-XU3";
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidxu3-lite.dts3 * Hardkernel Odroid XU3-Lite board device tree source
17 model = "Hardkernel Odroid XU3 Lite";
18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
38 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies
39 * than Odroid XU3/XU4 boards: 1.8 GHz for A15 cores & 1.3 GHz for A7 cores.
H A Dexynos5422-odroidxu3-audio.dtsi3 * Hardkernel Odroid XU3 audio subsystem device tree source
15 compatible = "samsung,odroid-xu3-audio";
16 model = "Odroid-XU3";
H A Dexynos5422-odroidxu3.dts3 * Hardkernel Odroid XU3 board device tree source
16 model = "Hardkernel Odroid XU3";
17 compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
H A Dexynos54xx-odroidxu-leds.dtsi3 * Hardkernel Odroid XU/XU3 LED device tree source
H A Dexynos5422-odroid-core.dtsi3 * Hardkernel Odroid XU3/XU3-Lite/XU4/HC1 boards core device tree source
753 /* Used on XU3, XU3-Lite and XU4 */
775 /* Used on XU3 */
H A Dexynos5422-odroidxu4.dts35 compatible = "samsung,odroid-xu3-audio";
H A Dexynos5422-odroidxu3-common.dtsi3 * Hardkernel Odroid XU3/XU3-Lite/XU4 boards common device tree source
H A Dexynos5800-peach-pi.dts165 * (1.3 GHz instead of 1.4 GHz) than Odroid XU3/XU4 boards. Thus we need to
/openbmc/u-boot/configs/
H A Dodroid-xu3_defconfig5 CONFIG_IDENT_STRING=" for ODROID-XU3/XU4/HC1/HC2"
17 CONFIG_SYS_PROMPT="ODROID-XU3 # "
/openbmc/linux/Documentation/devicetree/bindings/arm/samsung/
H A Dsamsung-boards.yaml180 - hardkernel,odroid-xu3 # Hardkernel Odroid XU3
181 - hardkernel,odroid-xu3-lite # Hardkernel Odroid XU3 Lite
/openbmc/linux/sound/soc/samsung/
H A DKconfig103 tristate "Audio support for Odroid XU3/XU4"
108 Say Y here to enable audio support for the Odroid XU3/XU4.
H A Dodroid.c331 { .compatible = "hardkernel,odroid-xu3-audio" },
333 { .compatible = "samsung,odroid-xu3-audio" },
351 MODULE_DESCRIPTION("Odroid XU3/XU4 audio support");
/openbmc/u-boot/board/samsung/smdk5420/
H A DMAINTAINERS12 ODROID-XU3 BOARD
/openbmc/u-boot/doc/
H A DREADME.odroid1 U-Boot for Odroid X2/U3/XU3/XU4/HC1
8 Board config: odroid-xu3_config for XU3/XU4/HC1
16 - Odroid XU3
34 << XU3/XU4 >>
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5422-odroidxu3.dts3 * Odroid XU3 device tree source
13 model = "Odroid XU3 based on EXYNOS5422";
/openbmc/u-boot/test/py/tests/
H A Dtest_dfu.py57 # One example is the Odroid XU3, which automatically generates
/openbmc/linux/drivers/pwm/
H A Dpwm-samsung.c654 /* needed to make PWM disable work on Odroid-XU3 */ in pwm_samsung_resume()