mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
ddd9ab21e6
I created this test file by running the following command: dtc -o address-translation.dtb <<EOF /dts-v1/; / { compatible = "serenity,address-translation-test"; #address-cells = <2>; #size-cells = <1>; soc { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges = <0xa0000000 0xfe 0xd0000000 0x40000000>; usb@a0010000 { reg = <0xa0010000 0x100000>; }; some-bus@b0000000 { compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>; ranges = <0x02 0x00 0xb0000000 0x00 0x200000>; leds@200100000 { reg = <0x02 0x100000 0x00 0x1000>; }; }; }; }; EOF
509 B
509 B