Searched refs:of_machine_is_compatible (Results 1 – 10 of 10) sorted by relevance
| /u-boot/drivers/net/ti/ |
| A D | cpsw-common.c | 66 if (of_machine_is_compatible("ti,dm8148")) { in ti_cm_get_macid_addr() 69 } else if (of_machine_is_compatible("ti,am33xx")) { in ti_cm_get_macid_addr() 78 } else if (of_machine_is_compatible("ti,am43")) { in ti_cm_get_macid_addr() 81 } else if (of_machine_is_compatible("ti,dra7")) { in ti_cm_get_macid_addr()
|
| /u-boot/board/rockchip/evb_rk3399/ |
| A D | evb-rk3399.c | 51 of_machine_is_compatible("radxa,rockpi4b"); in board_is_rockpi_4b() 57 of_machine_is_compatible("radxa,rockpi4c"); in board_is_rockpi_4c()
|
| /u-boot/board/Marvell/mvebu_armada-37xx/ |
| A D | board.c | 99 if (!of_machine_is_compatible("globalscale,espressobin")) in board_late_init() 175 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_ahci_enable() 213 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_xhci_enable() 309 if (!of_machine_is_compatible("globalscale,espressobin")) in last_stage_init() 371 if (!of_machine_is_compatible("globalscale,espressobin")) in ft_board_setup()
|
| /u-boot/arch/arm/mach-apple/ |
| A D | board.c | 480 if (of_machine_is_compatible("apple,t8103") || in build_mem_map() 481 of_machine_is_compatible("apple,t8112")) in build_mem_map() 483 else if (of_machine_is_compatible("apple,t6000") || in build_mem_map() 484 of_machine_is_compatible("apple,t6001")) in build_mem_map() 486 else if (of_machine_is_compatible("apple,t6002")) in build_mem_map() 488 else if (of_machine_is_compatible("apple,t6020") || in build_mem_map() 489 of_machine_is_compatible("apple,t6021")) in build_mem_map()
|
| /u-boot/board/Marvell/mvebu_armada-8k/ |
| A D | board.c | 55 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_config() 106 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_enable()
|
| /u-boot/board/amlogic/odroid-n2/ |
| A D | odroid-n2.c | 76 if (of_machine_is_compatible("amlogic,sm1")) { in odroid_detect_variant() 79 } else if (of_machine_is_compatible("amlogic,g12b")) { in odroid_detect_variant()
|
| /u-boot/board/st/stm32mp1/ |
| A D | stm32mp1.c | 620 of_machine_is_compatible("st,stm32mp157c-dk2")) in board_is_stm32mp15x_dk2() 629 (of_machine_is_compatible("st,stm32mp157a-ev1") || in board_is_stm32mp15x_ev1() 630 of_machine_is_compatible("st,stm32mp157c-ev1") || in board_is_stm32mp15x_ev1() 631 of_machine_is_compatible("st,stm32mp157d-ev1") || in board_is_stm32mp15x_ev1() 632 of_machine_is_compatible("st,stm32mp157f-ev1"))) in board_is_stm32mp15x_ev1()
|
| /u-boot/drivers/phy/marvell/ |
| A D | comphy_core.c | 135 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe()
|
| /u-boot/include/dm/ |
| A D | device.h | 982 bool of_machine_is_compatible(const char *compat);
|
| /u-boot/drivers/core/ |
| A D | device.c | 1186 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function
|
Completed in 24 milliseconds