{"id":20499686,"url":"https://github.com/apla/orange-pi-addons","last_synced_at":"2026-03-09T15:31:49.685Z","repository":{"id":66835409,"uuid":"161756886","full_name":"apla/orange-pi-addons","owner":"apla","description":"Orange Pi Zero+ Addons","archived":false,"fork":false,"pushed_at":"2018-12-20T14:08:58.000Z","size":2584,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T18:19:37.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-14T08:46:01.000Z","updated_at":"2021-01-04T03:45:51.000Z","dependencies_parsed_at":"2023-02-21T02:01:03.943Z","dependency_job_id":null,"html_url":"https://github.com/apla/orange-pi-addons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apla/orange-pi-addons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apla%2Forange-pi-addons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apla%2Forange-pi-addons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apla%2Forange-pi-addons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apla%2Forange-pi-addons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apla","download_url":"https://codeload.github.com/apla/orange-pi-addons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apla%2Forange-pi-addons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T18:18:06.448Z","updated_at":"2026-03-09T15:31:49.661Z","avatar_url":"https://github.com/apla.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Orange Pi Zero+ H5 Addons\n\n## Hacking Addon\n\n![Orange Pi Zero Hacking Addon / Shield / Board](images/opi-zero-hacking-addon.jpg)\n\n## TODO: DeviceTree\n\n[Armbian docs for using overlays](https://docs.armbian.com/User-Guide_Allwinner_overlays/)\n\nhttps://elinux.org/Device_Tree_Usage\n\n[DTS for OrangePi Zero H2+](https://github.com/torvalds/linux/blob/master/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts)\n\n[DTS for OrangePi Zero H5](https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus.dts)\n\nhttps://forum.armbian.com/topic/8795-next-lts-kernel-419y-allwinner-a10-a20-a64-h2-h3-h5-h6-debugging-party/?do=findComment\u0026comment=67014\n\nadding voltage regulator\n\n```js\n\treg_vdd_cpux: vdd-cpux-regulator {\n\t\tcompatible = \"regulator-gpio\";\n\t\tregulator-name = \"vdd-cpux\";\n\t\tregulator-type = \"voltage\";\n\t\tregulator-boot-on;\n\t\tregulator-always-on;\n\t\tregulator-min-microvolt = \u003c1100000\u003e;\n\t\tregulator-max-microvolt = \u003c1300000\u003e;\n\t\tregulator-ramp-delay = \u003c50\u003e; /* 4ms */\n\n\t\tgpios = \u003c\u0026r_pio 0 6 GPIO_ACTIVE_HIGH\u003e; /* PA6 */\n\t\tenable-active-high;\n\t\tgpios-states = \u003c0\u003e;\n\t\tstates = \u003c1100000 0\n\t\t\t  1300000 1\u003e;\n\t};\n```\n\n```js\n\u0026cpu0 {\n\tcpu-supply = \u003c\u0026reg_vdd_cpux\u003e;\n};\n```\n\nadding usb power switch (https://www.kernel.org/doc/Documentation/devicetree/bindings/regulator/fixed-regulator.txt)\n\n```js\n\tusb_pwr: usb_pwr {\n\t\tcompatible = \"regulator-fixed\";\n\t\tregulator-name = \"vbus-addon-supply\";\n\t\tregulator-min-microvolt = \u003c5000000\u003e;\n\t\tregulator-max-microvolt = \u003c5000000\u003e;\n\t\tgpio = \u003c\u0026r_pio 0 7\u003e;\n\t\tregulator-boot-on;\n\t};\n```\n\n[ina219 dt overlay](https://github.com/armbian/sunxi-DT-overlays/blob/master/examples/i2c-ina219.dts)\n\n```js\n/dts-v1/;\n/plugin/;\n\n/ {\n\tcompatible = \"allwinner,sun4i-a10\", \"allwinner,sun7i-a20\", \"allwinner,sun8i-h3\", \"allwinner,sun50i-a64\", \"allwinner,sun50i-h5\";\n\n\tfragment@0 {\n\t\ttarget = \u003c\u0026i2c0\u003e;\n\t\t__overlay__ {\n\t\t\t#address-cells = \u003c1\u003e;\n\t\t\t#size-cells = \u003c0\u003e;\n\t\t\tina219@40 {\n\t\t\t\tcompatible = \"ti,ina219\";\n\t\t\t\treg = \u003c0x40\u003e;\n\t\t\t\tstatus = \"okay\";\n\t\t\t\tshunt-resistor = \u003c100000\u003e;\n\t\t\t};\n\t\t};\n\t};\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapla%2Forange-pi-addons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapla%2Forange-pi-addons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapla%2Forange-pi-addons/lists"}