Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonmasters/bf77a6e02cd5be0086ed72bb8f6affaf to your computer and use it in GitHub Desktop.
Save jonmasters/bf77a6e02cd5be0086ed72bb8f6affaf to your computer and use it in GitHub Desktop.
/dts-v1/;
/ {
#address-cells = <0x02>;
#size-cells = <0x02>;
interrupt-parent = <0x01>;
clock {
#clock-cells = <0x00>;
clock-frequency = <0x16e3600>;
phandle = <0x02>;
clock-output-names = "clk24mhz";
compatible = "fixed-clock";
};
memory {
device_type = "memory";
reg = <0x00 0x70000000 0x00 0x80000000>;
};
gic {
phandle = <0x01>;
compatible = "arm,gic-v3";
#address-cells = <0x02>;
#size-cells = <0x02>;
#interrupt-cells = <0x03>;
interrupt-controller;
ranges;
reg = <0x00 0x10000000 0x00 0x10000 0x00 0x10010000 0x00 0x80000>;
};
pl061 {
compatible = "arm,pl061\0arm,primecell";
clocks = <0x02>;
clock-names = "apb_pclk";
phandle = <0x03>;
reg = <0x00 0x20060000 0x00 0x1000>;
gpio-controller;
#gpio-cells = <0x02>;
interrupts = <0x00 0x21 0x04>;
};
gpio-keys {
compatible = "gpio-keys";
power {
label = "GPIO Key Power";
linux,code = <0x74>;
debounce-interval = <0x00>;
gpios = <0x03 0x06 0x00>;
};
};
psci {
compatible = "arm,psci-0.2";
method = "hvc";
cpu_off = <0x84000002>;
cpu_on = <0xc4000003>;
cpu_suspend = <0xc4000001>;
migrate = <0xc4000005>;
};
cpus {
#address-cells = <0x01>;
#size-cells = <0x00>;
cpu@0 {
device_type = "cpu";
compatible = "arm,arm-v8";
enable-method = "psci";
reg = <0x00>;
};
cpu@1 {
device_type = "cpu";
compatible = "arm,arm-v8";
enable-method = "psci";
reg = <0x01>;
};
cpu@2 {
device_type = "cpu";
compatible = "arm,arm-v8";
enable-method = "psci";
reg = <0x02>;
};
cpu@3 {
device_type = "cpu";
compatible = "arm,arm-v8";
enable-method = "psci";
reg = <0x03>;
};
};
timer {
compatible = "arm,armv8-timer";
always-on;
interrupts = <0x01 0x0d 0x3f08 0x01 0x0e 0x3f08 0x01 0x0b 0x3f08 0x01 0x0a 0x3f08>;
};
pci {
compatible = "pci-host-ecam-generic";
device_type = "pci";
#address-cells = <0x03>;
#size-cells = <0x02>;
#interrupt-cells = <0x01>;
bus-range = <0x00 0xff>;
reg = <0x00 0x40000000 0x00 0x10000000>;
ranges = <0x1000000 0x00 0x00 0x00 0x6fff0000 0x00 0x10000 0x2000000 0x00 0x50000000 0x00 0x50000000 0x00 0x1eff0000 0x3000000 0x01 0x00 0x01 0x00 0x01 0x00>;
interrupt-map = <0x00 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x00 0x01 0x800 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x01 0x01 0x1000 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x02 0x01 0x1800 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x03 0x01 0x2000 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x04 0x01 0x2800 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x05 0x01 0x3000 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x06 0x01 0x3800 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x07 0x01 0x4000 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x08 0x01>;
interrupt-map-mask = <0xf800 0x00 0x00 0x07>;
};
chosen {
bootargs = "root=/dev/mapper/fedora_fedora-root ro rd.lvm.lv=fedora_fedora/root console=hvc0";
linux,initrd-start = <0x00 0x72a50000>;
linux,initrd-end = <0x00 0x7836bdb9>;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment