Home
last modified time | relevance | path

Searched full:palmbus (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/bus/
H A Dpalmbus.yaml4 $id: http://devicetree.org/schemas/bus/palmbus.yaml#
7 title: Ralink PalmBus
13 The ralink palmbus controller can be found in all ralink MIPS
19 pattern: "^palmbus(@[0-9a-f]+)?$"
28 const: palmbus
60 palmbus@1e000000 {
61 compatible = "palmbus";
/linux/arch/mips/boot/dts/ralink/
H A Dmt7620a.dtsi22 palmbus@10000000 {
23 compatible = "palmbus";
/linux/arch/mips/ralink/
H A Dof.c115 __dt_register_buses(soc_info.compatible, "palmbus"); in plat_of_setup()