summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-04-28Calculate divisor for i.MX8M composite clocks. So far we have setPatrick Wildt
2020-04-28Enable all clocks referenced by the imxesdhc(4) device tree node. UsuallyPatrick Wildt
2020-04-28Recognize a few more clocks referenced by the i.MX8MM and i.MX8MQPatrick Wildt
2020-04-27Add tcpci(4) to support TCPCI-compliant USB Type-C port controllers.Patrick Wildt
2020-04-27While i.MX6Q and i.MX7D's USB controller nodes claim to be compatiblePatrick Wildt
2020-04-27Use the device tree properties to setup imxehci(4)'s USB non-corePatrick Wildt
2020-04-27Enable the power domain and set the assigned clocks on imxehci(4)'s USBPatrick Wildt
2020-04-27The parent of the i.MX8MM and i.MX8MQ USB_CTRL_ROOTs is USB_BUS,Patrick Wildt
2020-04-27PCIe register accesses seem to "hang" on the i.MX8MM if its PHY doesn'tPatrick Wildt
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOsMark Kettenis
2020-04-27Free the "ranges" array in the error handling paths.Patrick Wildt
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians
2020-04-26Add i.MX8MM support to dwpcie(4). This re-uses the existing codePatrick Wildt
2020-04-26Add imxpciephy(4), a driver for the i.MX7D's PCIe PHY, whichPatrick Wildt
2020-04-26Add support for the i.MX8MM USB clocks. These behave exactly likePatrick Wildt
2020-04-26Attach imxgpc(4) to i.MX8MM as well.Patrick Wildt
2020-04-25Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.Mark Kettenis
2020-04-25Explicitly check that the length of the "brcm,pull" property is greaterMark Kettenis
2020-04-25Remove redundant bit masking.Mark Kettenis
2020-04-24Whitespace fixup for imxehci(4)Patrick Wildt
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.Mark Kettenis
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2020-04-23Enable pcie_aux in addition to the other PCIe clocks on i.MX8M.Patrick Wildt
2020-04-23Since apparently the bikeshedding over i.MX8M PCIe device treePatrick Wildt
2020-04-23Add support for the i.MX8MM PCIe clocks. These behave exactly likePatrick Wildt
2020-04-22Add clock gates for OCOTP and TMU on i.MX8MQ and i.MX8MM.Patrick Wildt
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerMark Kettenis
2020-04-21Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe
2020-04-21Add support for the additional SDHC controller found on the Raspberry Pi.Mark Kettenis
2020-04-20Fix pasto. We only need a single register set. Makes this workMark Kettenis
2020-04-19Add compatible string for the Raspberry Pi 4.Mark Kettenis
2020-04-19Add quitks for the SDHC controller found on the Raspberry Pi. This willMark Kettenis
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onMark Kettenis
2020-04-19Add bcmclock, a driver for the BCM283X CPRMAN clock controller.tobhe
2020-04-19Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.Mark Kettenis
2020-04-18Add glue to let bse(4) attach using the FDT.Mark Kettenis
2020-04-15Add support for the Armada 3720 CPU clock.Mark Kettenis
2020-04-09Assign and enable clocks; RK3328 has them.Mark Kettenis
2020-04-08Add RK3328 Crypto/RNG clocks.Mark Kettenis
2020-04-08Add glass console support.Mark Kettenis
2020-04-08Set correct pixel format. Fix limits on number of characters in theMark Kettenis
2020-04-07Claim framebuffer that was configured by bootloader.Mark Kettenis
2020-04-07Fix off-by-one in check for valid pin numbers and use the existingMark Kettenis
2020-04-03Put back the code to enable and set the output tap delay. Tis fixesMark Kettenis
2020-04-03Add rkrng(4), a driver for the random number generator found on variousMark Kettenis
2020-04-03The dtb I'm using for my rockpro64 has an "assigned-clocks" property soMark Kettenis
2020-03-29Pin groups have regulators associated with them; enable these such thatMark Kettenis
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-28Add a few more Allwinner A80 clocks and resets.Mark Kettenis