Searched refs:of_machine_is_compatible (Results 1 - 12 of 12) sorted by relevance

/u-boot/board/radxa/rockpi4-rk3399/
H A Drockpi4-rk3399.c25 return of_machine_is_compatible("radxa,rockpi4b");
30 return of_machine_is_compatible("radxa,rockpi4c");
/u-boot/drivers/net/ti/
H A Dcpsw-common.c67 if (of_machine_is_compatible("ti,dm8148")) {
70 } else if (of_machine_is_compatible("ti,am33xx")) {
79 } else if (of_machine_is_compatible("ti,am43")) {
82 } else if (of_machine_is_compatible("ti,dra7")) {
/u-boot/board/Marvell/mvebu_armada-8k/
H A Dboard.c55 if (of_machine_is_compatible("marvell,armada7040-db")) {
106 if (of_machine_is_compatible("marvell,armada7040-db")) {
/u-boot/board/amlogic/odroid-n2/
H A Dodroid-n2.c76 if (of_machine_is_compatible("amlogic,sm1")) {
79 } else if (of_machine_is_compatible("amlogic,g12b")) {
/u-boot/board/Marvell/mvebu_armada-37xx/
H A Dboard.c128 if (!of_machine_is_compatible("globalscale,espressobin"))
204 if (!of_machine_is_compatible("marvell,armada-3720-db"))
242 if (!of_machine_is_compatible("marvell,armada-3720-db"))
427 if (of_machine_is_compatible("globalscale,espressobin"))
430 if (of_machine_is_compatible("methode,edpu"))
596 if (of_machine_is_compatible("globalscale,espressobin"))
599 if (of_machine_is_compatible("methode,edpu"))
/u-boot/arch/arm/mach-apple/
H A Dboard.c709 if (of_machine_is_compatible("apple,t8103") ||
710 of_machine_is_compatible("apple,t8112"))
712 else if (of_machine_is_compatible("apple,t6000") ||
713 of_machine_is_compatible("apple,t6001"))
715 else if (of_machine_is_compatible("apple,t6002"))
717 else if (of_machine_is_compatible("apple,t6020") ||
718 of_machine_is_compatible("apple,t6021"))
720 else if (of_machine_is_compatible("apple,t6022"))
/u-boot/board/dhelectronics/dh_imx8mp/
H A Dspl.c196 if (of_machine_is_compatible("dh,imx8mp-dhcom-pdk2") ||
197 of_machine_is_compatible("dh,imx8mp-dhcom-pdk3"))
208 of_machine_is_compatible("dh,imx8mp-dhcom-pdk3"))
/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c135 if (of_machine_is_compatible("marvell,armada8040"))
/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c620 of_machine_is_compatible("st,stm32mp157c-dk2"))
629 (of_machine_is_compatible("st,stm32mp157a-ev1") ||
630 of_machine_is_compatible("st,stm32mp157c-ev1") ||
631 of_machine_is_compatible("st,stm32mp157d-ev1") ||
632 of_machine_is_compatible("st,stm32mp157f-ev1")))
/u-boot/drivers/mailbox/
H A Dzynqmp-ipi.c172 if (IS_ENABLED(CONFIG_SPL_BUILD) || of_machine_is_compatible("xlnx,zynqmp"))
/u-boot/include/dm/
H A Ddevice.h974 * of_machine_is_compatible() - check if the machine is compatible with
982 bool of_machine_is_compatible(const char *compat);
/u-boot/drivers/core/
H A Ddevice.c1188 bool of_machine_is_compatible(const char *compat) function

Completed in 202 milliseconds