003 File Manager
Current Path:
/usr/src/sys/dts/mips
usr
/
src
/
sys
/
dts
/
mips
/
📁
..
📄
Makefile
(77 B)
📄
beri-netfpga.dts
(4.23 KB)
📄
beri-sim.dts
(4.27 KB)
📄
beripad-de4.dts
(8.24 KB)
📄
beripad-sockit.dts
(5.54 KB)
📄
fbsd-mt7620a.dtsi
(172 B)
📄
fbsd-mt7621.dtsi
(940 B)
📄
fbsd-mt7628an.dtsi
(803 B)
📄
fbsd-rt3883.dtsi
(289 B)
📄
xlp-basic.dts
(2.27 KB)
Editing: fbsd-mt7628an.dtsi
/* $FreeBSD$ */ &palmbus { gpio@600 { /* * Mark gpio as compatible to simple-bus and override * its #size-cells and provide a default ranges property * so we can attach instances of our mtk_gpio_v2 driver * to it for now. Provide exactly the same resources to * the instances of mtk_gpio_v2. */ compatible = "simple-bus"; ranges = <0x0 0x600 0x100>; #size-cells = <1>; gpio0: bank@0 { reg = <0x0 0x100>; interrupts = <6>; }; gpio1: bank@1 { reg = <0x0 0x100>; interrupts = <6>; }; gpio2: bank@2 { reg = <0x0 0x100>; interrupts = <6>; }; }; }; &pcie { /* * Our driver is different that OpenWRT's, so we need slightly * different values for the reg property */ reg = <0x10140000 0x10000>; compatible = "mediatek,mt7628-pci"; };
Upload File
Create Folder