Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9-rc8 12 lines 270 B view raw
1* H8/300 bus controller 2 3Required properties: 4 - compatible: Must be "renesas,h8300-bsc". 5 - reg: Base address and length of BSC registers. 6 7Example. 8 bsc: memory-controller@fee01e { 9 compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc"; 10 reg = <0xfee01e 8>; 11 }; 12